diff options
author | NeodarZ <neodarz@neodarz.net> | 2017-07-29 20:28:10 +0200 |
---|---|---|
committer | NeodarZ <neodarz@neodarz.net> | 2017-07-29 20:28:10 +0200 |
commit | 81bdc06ba6fd53d55f1db82d63e2956111de3e7f (patch) | |
tree | ffc5e3f6b3cde9ecdbe3f96c9c2ede8c7ceaa27b /scripts | |
parent | fd87ab221af05b7192e54304483930b78a811834 (diff) | |
download | dotfiles_ascii-81bdc06ba6fd53d55f1db82d63e2956111de3e7f.tar.xz dotfiles_ascii-81bdc06ba6fd53d55f1db82d63e2956111de3e7f.zip |
Remove some script
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/.scripts/task | 28 | ||||
-rwxr-xr-x | scripts/.scripts/watch | 12 |
2 files changed, 0 insertions, 40 deletions
diff --git a/scripts/.scripts/task b/scripts/.scripts/task deleted file mode 100755 index f15e4a6..0000000 --- a/scripts/.scripts/task +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/sh -SESSION=task - -optios $@ - -tmux kill-session -t $SESSION -tmux -2 new-session -d -s $SESSION -tmux send-keys "watch task calendar" C-m -tmux split-window -v -tmux resize-pan -D 10 -tmux resize-pan -U 10 -tmux send-keys "watch task $@" C-m -tmux split-window -v -tmux resize-pan -D 20 -tmux resize-pan -U 5 -l1="┳━┓┓ ┃┳━┓┏┏┓┳━┓┳ ┳━┓ ┏━┓┳━┓ ┓━┓┏━┓┏┏┓┳━┓ ┏━┓┏━┓┏┏┓┏┏┓┳━┓┏┓┓┳━┓┓━┓" -l2="┣━ ┏╋┛┃━┫┃┃┃ ┃━┛┃ ┣━ ┃ ┃┣━ ┗━┓┃ ┃┃┃┃ ┣━ ┃ ┃ ┃┃┃┃ ┃┃┃ ┃━┫┃┃┃┃ ┃┗━┓" -l3="┻━┛┇ ┗┛ ┇┛ ┇┇ ┇━┛┻━┛ ┛━┛┇ ━━┛┛━┛┛ ┇┻━┛ ┗━┛┛━┛┛ ┇┛ ┇┛ ┇┇┗┛┇━┛━━┛" -tmux send-keys "clear;echo -e '$l1\n$l2\n$l3\n\ntmux send-keys -t task:0.1 C-c \`<watch task>\` C-m\nMore info about task on the next page !'" C-m -tmux split-window -v -tmux resize-pan -D 5 -tmux new-window -tmux select-window -t 1 -tmux send-keys "task help | less" C-m -tmux select-window -t 0 -tmux rename-window -t 0 "task" -tmux rename-window -t 1 "help" -tmux -2 attach-session -t $SESSION diff --git a/scripts/.scripts/watch b/scripts/.scripts/watch deleted file mode 100755 index b40c0af..0000000 --- a/scripts/.scripts/watch +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash -command=$@ - -clear - -while true -do - eval "$command" - sleep 1 - echo -n -e "$clearline" - clear -done |