Mine the Harvest

Archive for September, 2013

ASCII.io Ungit and Explainshell

by on Sep.03, 2013, under Linux

Here are a few handy utilities I’ve recently run across.

ASCII.IO 

http://ascii.io/ now at http://asciinema.org/

Record Your Terminal -Share it with no fuss
Python tool, similar to using script command with timestamps, but easier to share.

Various python modules needed are listed on the git site:
https://raw.github.com/sickill/ascii.io-cli/master/bin/asciiio

By default, uploads to ascii.io, with option to associate uploads with your profile for editing / deleting.

Setup your own internal asciiio server for playback:
https://github.com/sickill/ascii.io

Ungit

https://github.com/FredrikNoren/ungit
Links to a good youtube video intro.

Graphs git commit tree, branches, etc. both to help learn git and visualize changes.
Add commit notes and branch, rebase, etc. from the gui.

Very fast node.js based interface. Installs with npm via https (no outbound git:// required)

When running ungit, if you recieve the error:
“<ServerResponse> has no method ‘setTimeout”
Try updating NPM and running again. See:  https://github.com/FredrikNoren/ungit/issues/178

Explain Shell

http://explainshell.com/

Converts shell commands with arguments into man pages showing only arguments used.
(Just faster than grepping for them all.)

Leave a Comment more...

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Visit our friends!

A few highly recommended friends...