Create joplin commands
This commit is contained in:
10
.local/bin/joplinbookedit
Executable file
10
.local/bin/joplinbookedit
Executable file
@@ -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