topic title: revising the program "CLI companion"
8 posts
• Page 1 of 1
-
Posts: 1,445
- Joined: 09 Feb 2012
-
Posts: 850
- Joined: 26 Jul 2012
#2
AntiX is a light weight distro, we/I don't want it getting 'bloated', so maybe have an option to install it, but don't put it into the distro.
(If people want to learn the command line they will.)
(If people want to learn the command line they will.)
-
Posts: 1,445
- Joined: 09 Feb 2012
-
Posts: 850
- Joined: 26 Jul 2012
#4
I'm posting here to gauge interest in the program
-
Posts: 667
- Joined: 01 Nov 2013
#5
Looks like a good learning tool as well. __{{emoticon}}__
-
Posts: 200
- Joined: 15 Oct 2008
#7
CLI Companion terminal Excelente programa Ubuntu 10.04 - 14.04 etc (in spanish):
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"https://www.youtube.com/watch?v=Rt-CFbXEzlI"
linktext was:"https://www.youtube.com/watch?v=Rt-CFbXEzlI"
====================================
At work I use extensively:
$ history | grep name-of-the-command-I-executed-7-days-ago-and-well---I-forgot-the-parameters
Thanks for pointing out at me
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"https://www.youtube.com/watch?v=Rt-CFbXEzlI"
linktext was:"https://www.youtube.com/watch?v=Rt-CFbXEzlI"
====================================
At work I use extensively:
$ history | grep name-of-the-command-I-executed-7-days-ago-and-well---I-forgot-the-parameters
Thanks for pointing out at me
-
Posts: 1,308
- Joined: 31 Aug 2009
#8
In my .zshrc file:
Code: Select all
alias recal='hist | grep -v recal | grep'