Command Line Interface (cli) group
Notices
-
"less -R" : allows less to keep displaying those fancy ANSI colors such as produced by "colordiff" !bash #shell !cli
-
Why #mutt sucks: http://ur1.ca/d96wj The lack of a vertical / 3-column layout is a blocker for me. Do you know any !CLI alternative?
-
any suggestions for a quickie #todo list app for !debian? no targets, calendar, time, etc - just lists, with a name, maybe hierarchical
-
the power taskwarrior (http://taskwarrior.org/) for !cli or mytinytodo web based gui (!sqlite, !mysql http://ur1.ca/7kzts)
Marjolein Katsma likes this.
-
Sometimes I forget to start a screen session. It never hurts to start a screen session.
-
coreutils numfmt, a new command to shove into your pipelines: http://ur1.ca/cywlm . Great examples !cli
- Nicola Busanello likes this.
-
- Olivier Berger likes this.
-
#TIL about xmllint http://xmlsoft.org/xmllint.html !cli
- Freemor likes this.
-
!cli rename a whole lot of files/directories in your favorite editor: http://ur1.ca/cjzf8 (for those who don’t use #ranger yet)
-
!cli to be fair, http://ur1.ca/5mqte is far more complete than http://alias.sh/ but less sexy :-)
-
!cli nice source of inspiration for bash/zsh procrastinators: http://alias.sh/
-
More !cli goods for everybody — http://clippy.in/b/YJLM9W
about 5 months ago from web- Nicola Busanello likes this.
-
For all the !cli lovers out there (i know there are more than we think) http://identi.ca/url/74813162 #hownoonemadethistimeago
-
Is there a way to exempt individual lines from bash -x echoing? http://unix.stackexchange.com/questions/60041/bash-escape-individual-lines-from-x-echoing !cli
-
Terminal Velocity, a fast note-taking app for the UNIX terminal (Notational Velocity clone): http://seanh.github.com/terminal_velocity
- Ignacio Torres Masdeu and Jon Tabor like this.
-
!cli RD @seanh Terminal Velocity, a fast note-taking app for the UNIX terminal (Notational Velocity clone): http://ur1.ca/cdsh1
-
Hi. See you're a fellow SDFeu'er. Does Terminal Velocity work on SDF EU? Cheers
-
“Top 10 Unix Command Line Utilities 2012 | conflating” — http://identi.ca/url/74703925 !cli !linux
about 5 months ago from web -
https://news.ycombinator.com/item?id=4985843 My top 42 command line utilities :-). !cli
-
ya lo recordé, es: LC_ALL=C; así la terminal devuelve las salidas en inglés aunque el sistema esté en otro idioma !linux !bash !cli
-
-
¿cuál es el comando para que la terminal devuelva las salidas en inglés aunque el sistema se encuentre en otro idioma? !linux !bash !cli
- Jose R Rodriguez repeated this.
-
@pehjota gracias de todas formas :)
-
@katonakoso Ah, leí mal la pregunta. :) Sí, es LC_ALL=C, LC_ALL=POSIX, LC_ALL=en_US.UTF-8 o similar.
Gatoso Kot likes this. -
@pehjota gracias :)
-
Missing `fdupes -rL .` on your system? Try `fdupes -r .|awk ‘/^$/ {orig=”“} /.+/ { if(orig == “”) { orig = $_…
-
Actually, putting these things in an awk file makes the syntax less awful, no ‘ escaping. https://gitorious.org/fdupes-awkscripts/fdupes-awkscripts/trees/master