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
-
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 constructmapfile
to read a whole file into an arrayRANDOM
to pick a random elementcenter
function to center textfmt
to format linespushd/popd
mechanism when changing directories${DECK##*/}
declare
orlocal
, especially for integer ones (with the-i
option)((...))
and[[...]]
constructsreturn
instead ofexit
when possible${COLUMNS:=$(tput cols)}
and${ROWS:=$(tput rows)}
to fill the screenBeta Was this translation helpful? Give feedback.
All reactions