diff options
Diffstat (limited to '.local')
| -rwxr-xr-x | .local/bin/movie | 4 | ||||
| -rw-r--r-- | .local/share/vocab/words.txt | 14 |
2 files changed, 16 insertions, 2 deletions
diff --git a/.local/bin/movie b/.local/bin/movie index 1032762..5ac8795 100755 --- a/.local/bin/movie +++ b/.local/bin/movie @@ -2,9 +2,9 @@ if [ -t 0 ]; then - filename="$(find ~/movies/ -type f -regex ".*\.\(mkv\|mp4\|mpeg\|avi\|mov\|webm\)" -printf "%f\n" | fzf)" + filename="$(find ~/movies/ -type f -regex ".*\.\(mkv\|mp4\|mpeg\|avi\|mov\|webm\)" -printf "%f\n" | sort | fzf)" else - filename="$(find ~/movies/ -type f -regex ".*\.\(mkv\|mp4\|mpeg\|avi\|mov\|webm\)" -printf "%f\n" | dmenu -l 25)" + filename="$(find ~/movies/ -type f -regex ".*\.\(mkv\|mp4\|mpeg\|avi\|mov\|webm\)" -printf "%f\n" | sort | dmenu -l 25)" fi filepath="$(find ~/movies/ -type f -regex ".*\.\(mkv\|mp4\|mpeg\|avi\|mov\|webm\)")" diff --git a/.local/share/vocab/words.txt b/.local/share/vocab/words.txt index e233a8e..ca729ca 100644 --- a/.local/share/vocab/words.txt +++ b/.local/share/vocab/words.txt @@ -132,3 +132,17 @@ sober -> not affected by alcohol; not drunk. niche -> a comfortable or suitable position in life or employment sequestered -> isolated and hidden away (place) incentive -> Something, such as the fear of punishment or the expectation of reward, that induces action or motivates effort. +inconspicuous -> not clearly visible or not attracting attention. unnoticeable +perspicacious -> having a ready insight into and understanding of things. observant. +surly -> bad-tempered and unfriendly. +stipend -> a fixed sum of money paid periodically for services or to defray expenses +indefatigable -> Having or showing a capacity for persisten effor; not tiring or relenting; tireless. +liaise -> cooperate on a mtter of mutual concern. +innate -> existing naturally or by heredity rather than being learned through experience. +amateur -> a person who is incompetent or inept at a particular activity. +liaison -> communication or cooperation which facilitates a close working relationship between people or organization +truce -> an agreement between enemies or opponents to stop fighting or arguing for a set period of time. +consigliere -> a trusted advisor or counselor, especially to the leader of a criminal organization. +conceal -> to keep from being observed or discovered; hide + -> +indispensable -> absolutely necessaru; essential |
