You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Still working on it, but I've published a few commits already to show where this is going.
I will likely rewrite it extensively, so I'm probably not going to request a merge, as it will be quite different. Still, I think some ideas already worth pointing out are :
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Cool project, and a nice way to exercice in bash scripting, while at the same time doing something potentially very useful.
I forked it here : https://github.com/grondilu/fla.sh
Still working on it, but I've published a few commits already to show where this is going.
I will likely rewrite it extensively, so I'm probably not going to request a merge, as it will be quite different. Still, I think some ideas already worth pointing out are :
$'...'quoting constructmapfileto read a whole file into an arrayRANDOMto pick a random elementcenterfunction to center textfmtto format linespushd/popdmechanism when changing directories${DECK##*/}declareorlocal, especially for integer ones (with the-ioption)((...))and[[...]]constructsreturninstead ofexitwhen possible${COLUMNS:=$(tput cols)}and${ROWS:=$(tput rows)}to fill the screenAll reactions