Today I found an interesting program, xclip. It could access the X
clipboard from command line.
It makes the command line life much easier, for example, I have
alias -g C=’ |tee > (xclip) ‘
in my .zshrc. Thus a command like
ls C
will make the file listing of current PWD into the clipboard, and ready to be paste elsewhere […]
Well it is said that the most used command in command line is “cd”. So it’s a good idea to make it as efficient as possible.
The tool I find today is apparix. It’s like cdargs, but with CDPATH like thing, and don’t do fancy stuff like full screen menu. It allows me to do bookmark […]
¶
Posted 27 February 2007
§
freebsd
‡
Well in my last post I made a script to setup the title of screen window name and/or terminal title name. Now I want something more: I want a wrapper, if I call a command with this wrapper, it will set the title to the command running, and set the title back to whatever it […]
¶
Posted 21 January 2007
§
freebsd
‡
While I work on command line, mostly remotely, there’re two tools I like very much: settitle and screen. The first one change the terminal titles, so I can know which one to choose when switching among my X windows. The other, screen, well, have got lots of articles about it. It enables me to run […]
¶
Posted 16 January 2007
§
freebsd
‡
Well I’ve been using bash since I first met the Unix world. I did some research at that time, maybe 7 years ago. And I know zsh is powerful at that time. However, zsh doesn’t support unicode, thus I can’t use Chinese, at that time. So I choosed bash.
However, things are changing recently. The newest […]
¶
Posted 17 October 2006
§
freebsd
‡