commandline software

All posts tagged commandline software

Projects > Software > Programming >

(on Wikipedia)
www.lua.org

A programming language of some note.

I had some small interest in this language, primarily because it’s used for World of Warcraft addon programming and general scripting , but I ended up losing interest in it and in programming in general.

Forays into Norrendrin logo

Entertainment > Games >

https://github.com/Forays/ForaysIntoNorrendrin
http://forays.github.io/

A roguelike game with a tactical side to it.

I like it, but only played a little of it as this sort of game doesn’t seem to grab me any more. Definitely recommended for fans of this style of game. Don’t be put off by its graphics. Like a good book, the pictures are in your head.

rsync logo

(on Wikipedia)
https://rsync.samba.org/

Smart synchronization / excellent mirroring program

Though legendarily-difficult to comprehend, it does work well.

If you are a beginner, AVOID THIS PROGRAM! .. you will hate your life.

  • NOTE – I have included some very old notes.

  • Remote synchronization


dialog-checklist.png

(on Wikipedia)
https://invisible-island.net/dialog/

A program to present a commandline dialog, letting a scripter get user input.

Capable enough for everyday scripts. Capable enough that to get a “GUI” dialog, I would rather spawn a terminal and use dialog.

  • cat
  • The shell builtin read.
  • A GUI option would be Xdialog.
  • I think it’s hilarious there are so many nice screenshots of a text program.



Continue Reading

Zenity infobox

(on Wikipedia)
https://wiki.gnome.org/action/show/Projects/Zenity?action=show&redirect=Zenity [ 1 ] was http://live.gnome.org/Zenity
https://wiki.gnome.org/Projects/Zenity

A program to present a GUI dialog, that lets a scripter get user input.

I didn’t use this for anything notable enough to form an opinion. It seems nice, but I didn’t want to have yet another application, especially one with a dependency, when there’s something commandline already (dialog).

See also:

  • YAD – a fork of Zenity with some dependencies removed.



Continue Reading

IBM-Model-M-keyboard image
IBM Model M keyboard numlock
IBM Model M

was freshmeat.sourceforge.net/projects/numlockx/
was home.kde.org/~seli/numlockx/

A GUI program that turns NumLock on. Great for turning it on as X starts.

Why ever numlock would be turned off by default is beyond me. It’s not that I can’t see a use for it as a cursor pad, but it’s a number pad. That’s just not “use for those keys”. That’s their damned name!



Continue Reading