Compare commits

...

4 Commits

Author SHA1 Message Date
Ray Elliott 3d388e9fc8 do not open if no session chosen 2020-03-26 16:00:43 +00:00
Ray Elliott c616b75e45 rename qutesh -> qutesesh 2020-03-26 15:57:59 +00:00
Ray Elliott 624cc697ae add qutesesh script 2020-03-26 15:55:34 +00:00
Ray Elliott 8af217f81f put table into alpahabetical order 2020-03-26 15:54:32 +00:00
2 changed files with 5 additions and 3 deletions

View File

@ -10,8 +10,9 @@ Useful utility scripts.
| Script | Comment | | Script | Comment |
|---|---| |---|---|
|newsh ["command"]|Create executable `sh` script. Optionally add `command`.|
|newbash ["command"]|Create executable `bash` script. Optionally add `command`.|
|date-show|Show a time and date window.| |date-show|Show a time and date window.|
|pam-say <text>|Tells Pamela to say something| |newbash ["command"]|Create executable `bash` script. Optionally add `command`.|
|newsh ["command"]|Create executable `sh` script. Optionally add `command`.|
|pam-say <text>|Tells Pamela to say something.|
|qutesesh|Open a Qutebrowser session.|

View File

@ -10,6 +10,7 @@ fi
_session_list=$(ls -t "$_session_dir" | sed 's/\.yml//') _session_list=$(ls -t "$_session_dir" | sed 's/\.yml//')
_session=$(printf "NONE\n%s" "$_session_list" | dmenu $DMENU_OPTIONS -i -p "Session :") _session=$(printf "NONE\n%s" "$_session_list" | dmenu $DMENU_OPTIONS -i -p "Session :")
[ -z "$_session" ] && exit 5;
if [ "$_session" = 'NONE' ] ; then if [ "$_session" = 'NONE' ] ; then
qutebrowser -R qutebrowser -R