Create joplin commands
This commit is contained in:
Executable
+10
@@ -0,0 +1,10 @@
|
||||
#! /bin/bash
|
||||
|
||||
notebook="$(joplin ls / --sort updated_time | dmenu -i -l 30)"
|
||||
|
||||
[ -z "$notebook" ] && exit 1;
|
||||
|
||||
joplin use "$notebook"
|
||||
|
||||
joplin
|
||||
|
||||
Reference in New Issue
Block a user