spotatui
This commit is contained in:
36
tmuxss.json
36
tmuxss.json
@@ -10,6 +10,10 @@
|
|||||||
{
|
{
|
||||||
"path": "~/src/autopurger",
|
"path": "~/src/autopurger",
|
||||||
"template": "autopurger"
|
"template": "autopurger"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "~/src/spotatui",
|
||||||
|
"template": "spotatui"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"envs": {
|
"envs": {
|
||||||
@@ -29,6 +33,27 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"spotatui": {
|
||||||
|
"path": "~/src/spotatui",
|
||||||
|
"focused": 2,
|
||||||
|
"windows": [
|
||||||
|
{
|
||||||
|
"name": "code",
|
||||||
|
"path": ".",
|
||||||
|
"command-prepare": "nvim"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "util",
|
||||||
|
"path": ".",
|
||||||
|
"command_run_old": "set +x && clear && echo -e \"\\033[1;32mHave fun! \\033[0m\\n\\n\\033[1;36mDate:\\033[0m \\033[1;33m$(date '+%A, %B %d, %Y')\\033[0m\\n\\033[1;36mTime:\\033[0m \\033[1;33m$(date '+%H:%M:%S')\\033[0m\\n\"; history -d $(history 1)"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "spotatui",
|
||||||
|
"path": ".",
|
||||||
|
"command-run": "./target/release/spotatui"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"agdsn": {
|
"agdsn": {
|
||||||
"group": "agdsn",
|
"group": "agdsn",
|
||||||
"path": "~",
|
"path": "~",
|
||||||
@@ -52,6 +77,17 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"src": {
|
||||||
|
"path": "~/src",
|
||||||
|
"focused": 0,
|
||||||
|
"windows": [
|
||||||
|
{
|
||||||
|
"name": "src",
|
||||||
|
"path": ".",
|
||||||
|
"command_run_old": "alias clear='set +x; command clear; echo -e \"\\n\\033[1;32mWelcome, Nami! :p \\033[0m\\n\\n\\033[1;36mSystem:\\033[0m \\033[1;33m$(hostname)\\033[0m\\n\\033[1;36mDate:\\033[0m \\033[1;33m$(date \"+%A, %B %d, %Y\")\\033[0m\\n\\033[1;36mTime:\\033[0m \\033[1;33m$(date \"+%H:%M:%S\")\\033[0m\\n\"; history -d $(history 1)' && eval clear"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"autopurger": {
|
"autopurger": {
|
||||||
"path": "~/src/autopurger",
|
"path": "~/src/autopurger",
|
||||||
"group": "autopurger",
|
"group": "autopurger",
|
||||||
|
|||||||
Reference in New Issue
Block a user