10 lines
245 B
Bash
Executable file
10 lines
245 B
Bash
Executable file
#!/bin/sh
|
|
#
|
|
# start-tuis.sh
|
|
#
|
|
# Convenience script to start up my usual TUIs
|
|
|
|
wezterm cli spawn -- /home/adam/.joplin-bin/lib/node_modules/joplin/main.js
|
|
wezterm cli set-tab-title 'joplin'
|
|
wezterm cli spawn -- newsboat
|
|
wezterm cli spawn -- aerc
|