summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkrolyxon <krolyxon@tutanota.com>2023-06-07 14:31:53 +0530
committerkrolyxon <krolyxon@tutanota.com>2023-06-07 14:31:53 +0530
commit101af580e3bb80762389a2f04f0eaaf8460ba5a4 (patch)
tree45ccc7d3c21e7c391de52b67d79a3aa398fe9fed
parent9af6aab3caa6e47d641dc27bc5333e59c5e6e2cb (diff)
movie & colors alias
-rw-r--r--.config/shell/aliasrc10
-rw-r--r--.local/share/vocab/words.txt2
2 files changed, 12 insertions, 0 deletions
diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc
index acf088d..dc2bb60 100644
--- a/.config/shell/aliasrc
+++ b/.config/shell/aliasrc
@@ -42,3 +42,13 @@ alias \
ec() {find ~/.config -type f | fzf | xargs -r $EDITOR ;}
es() { cd ~/.local/bin; $EDITOR $(fzf) ;}
ef() {fzf | xargs -r -I % $EDITOR % ;}
+colors() {
+ for COLOR in {1..255}; do
+ echo -en "\e[38;5;${COLOR}m"
+ echo -n "${COLOR} "
+ done
+ echo
+}
+movie() {
+ mpv "$(find ~/movies/ -type f -regex ".*\.\(mkv\|mp4\|mpeg\|avi\|mov\|webm\)" | fzf)"
+}
diff --git a/.local/share/vocab/words.txt b/.local/share/vocab/words.txt
index 5fbc65d..59bf47d 100644
--- a/.local/share/vocab/words.txt
+++ b/.local/share/vocab/words.txt
@@ -126,3 +126,5 @@ avert -> turn away (one's eyes or thoughts)
espionage -> the practice of spying or of using spies, typically by governments to obtain political and military information.
polyglot -> knowing or using serveral langauges
intrude -> to go into a place in which you are not wanted or not expected to be
+speculate -> form a theory or conjecture about a subjet without firm evidence.
+mediocre -> of only average quality; not very good.