christos
- 93 Posts
- 39 Comments
- christos@lemmy.worldOPtocommandline@programming.dev•Sausage, a terminal word puzzle in Bash, inspired by Bookworm2·3 months ago
UPDATE: Added Levels feature.
- christos@lemmy.worldOPtoLinux@lemmy.world•Sausage, a terminal word puzzle in Bash, inspired by BookwormEnglish1·3 months ago
UPDATE: Added Levels feature.
- christos@lemmy.worldOPtoLinux@lemmy.world•Sausage, a terminal word puzzle in Bash, inspired by BookwormEnglish1·3 months ago
I guess you are right, in a dark terminal, a mouse from time to time, and no windows whatsoever…
- christos@lemmy.worldOPtoLinux@lemmy.world•Sausage, a terminal word puzzle in Bash, inspired by BookwormEnglish3·3 months ago
What do you mean? Who?
- christos@lemmy.worldOPtoLinux Gaming@lemmy.world•Sausage, a terminal word puzzle in Bash, inspired by BookwormEnglish3·3 months ago
Heh, round corner characters for box drawing were there all along.
- christos@lemmy.worldOPtoLinux Gaming@lemmy.world•Sausage, a terminal word puzzle in Bash, inspired by BookwormEnglish4·3 months ago
This game is named sausage as a tribute to BlackAdder S03E02: Ink and Incapability:
Renowned writer and lexicographer Dr. Samuel Johnson starts to read a tiny scrap of paper containing Baldrick’s miniscule novel:
Once upon a time, there was a lovely little sausage called…
…only to realize that after 18 years of arduous work, he failed to include the word SAUSAGE in his magnum opus.
By Tutatis, it is Stackabrix the brick layer!
😂 Oh I see now. I admit it crossed my mind when I was trying to find an original and totally unused name. I must be Skillissuix, Errormessagix, or Noposix.
No clue of what you mean, pls elaborate.
Hey, you don’t have to. Thank you for the feedback, it is a rare occasion that a project of mine is called programming nonsense, and cool game, at the same message. Although I think I get your point.
- christos@lemmy.worldOPtoLinux@lemmy.world•chaftrix: image rendering + animation + matrix effect in terminal window (c, chafa)English4·9 months ago
I am glad you like it.
- christos@lemmy.worldOPtoLinux@lemmy.world•Basht, a tui file manager bash script that supports image previews (among other features)English1·1 year ago
Thx, I think so, too!
- christos@lemmy.worldOPtoLinux@lemmy.world•Basht, a tui file manager bash script that supports image previews (among other features)4·1 year ago
The main difference is that the keybindings have nothing to do with the vim keybindings. In this script, these are totally configurable, and the default ones are quite easy and expected,
ctrl-c
for copying,ctrl-v
for pasting,ctrl-x
for cutting,ctrl-r
for renaming, etc. And the use of fuzzy finderfzf
.
- christos@lemmy.worldOPtocommandline@programming.dev•Radion, an internet radio CLI client, written in Bash.1·2 years ago
This may come as a shock as well, but here’s the same script, in python: radion.py
- christos@lemmy.worldOPtocommandline@programming.dev•Turnip-TV, a tui iptv client (Bash)English1·2 years ago
Thank you, any feedback is welcome!
- christos@lemmy.worldOPtoLinux@lemmy.world•Radion, an internet radio CLI client, written in Bash.English1·2 years ago
Sorry, had no reference, had to search it.
Well, it is a terminal window.
- christos@lemmy.worldOPtoLinux@lemmy.world•Radion, an internet radio CLI client, written in Bash.English1·2 years ago
The colors for fzf and terminal are defined within the script:
B="\x1b[38;5;60m" #Grid Color Y="\033[1;33m" #Yellow G="\033[1;32m" #Green I="\e[7m" #Invert R="\033[1;31m" #Red M="\033[1;35m" #Magenta C="\033[1;36m" #Cyan
You can find the rofi theme here
dmenu colors are included and can be customized in
radion.conf
:dmenu_format dmenu -fn 13 -nb "#2E3546" -sb "#434C5E" -l 24sc -i -p
Terminal background color and theming is in your control.
- christos@lemmy.worldtolinuxmemes@lemmy.world•Noticed Edge was the default browserEnglish4·2 years ago
Brilliant! rofl
UPDATE: Added Levels feature.