making some test scripts
This commit is contained in:
parent
c934ed25bc
commit
7c3bce4779
11
scripts/images.txt
Normal file
11
scripts/images.txt
Normal file
|
@ -0,0 +1,11 @@
|
|||
https://www.lfg.co/wp-content/uploads/2013/02/2006-11-12-1.gif
|
||||
https://www.lfg.co/wp-content/uploads/2013/02/2006-11-12-2.gif
|
||||
https://www.lfg.co/wp-content/uploads/2013/02/2006-11-20-3.gif
|
||||
https://www.lfg.co/wp-content/uploads/2013/02/2006-11-27-4.gif
|
||||
https://www.lfg.co/wp-content/uploads/2013/02/2006-12-04-5.gif
|
||||
https://www.lfg.co/wp-content/uploads/2013/02/2006-12-11-6.gif
|
||||
https://www.lfg.co/wp-content/uploads/2013/02/2006-12-18-7.gif
|
||||
https://www.lfg.co/wp-content/uploads/2013/02/2006-12-27-8.gif
|
||||
https://www.lfg.co/wp-content/uploads/2013/02/2007-01-01-9.gif
|
||||
https://www.lfg.co/wp-content/uploads/2013/02/2007-01-08-10.gif
|
||||
|
8
scripts/mshout.lisp
Normal file
8
scripts/mshout.lisp
Normal file
|
@ -0,0 +1,8 @@
|
|||
(defvar songs (list))
|
||||
(with-open-file (stream "/home/chris/nextcloud/tfc/mshoutsongs.txt")
|
||||
(do ((line (read-line stream nil)
|
||||
(read-line stream nil)))
|
||||
((null line))
|
||||
(if (search "Title:" line)
|
||||
(push line songs))))
|
||||
(print songs)
|
6
scripts/muunread-plasma.10m.sh
Executable file
6
scripts/muunread-plasma.10m.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env sh
|
||||
muunread="$(mu find flag:unread AND NOT flag:trashed AND NOT maildir:\"/outlook/Junk\" AND NOT maildir:\"/office/Junk Email\" AND NOT maildir:\"/outlook/Deleted\" AND NOT maildir:\"/office/Deleted Items\" AND NOT maildir:\"/office/Archive\" AND NOT maildir:\"/outlook/Archive\" AND NOT maildir:\"/cochrun/Archive\" | wc -l)"
|
||||
|
||||
# echo " $muunread "
|
||||
echo " $muunread | color=#f3f99d font='VictorMono Nerd Font' size=11 iconname=mail-message"
|
||||
# echo " $muunread | color=#AF8700 font='VictorMono Nerd Font' size=11"
|
Loading…
Reference in a new issue