| 1 |
0.0.8 |
|---|
| 2 |
|
|---|
| 3 |
- Online help added: ] --help, ][ --help. |
|---|
| 4 |
Thanks to Carl Wilhelm Soderstrom (chrome@at@real-time.com) for the |
|---|
| 5 |
suggestion. |
|---|
| 6 |
|
|---|
| 7 |
0.0.7 |
|---|
| 8 |
|
|---|
| 9 |
Thu Oct 25 2007 |
|---|
| 10 |
efphe (@freaknet.org) |
|---|
| 11 |
|
|---|
| 12 |
- install.sh works also for ~/.zshrc |
|---|
| 13 |
- svn dirs are not installed |
|---|
| 14 |
- writing a more elegant __cb_match_extension, working on bash and zsh |
|---|
| 15 |
- cb: working on zsh |
|---|
| 16 |
- [ "$?" = n ] -> [ $? -eq n]: working also on zsh |
|---|
| 17 |
- [ a == b ] -> [ a = b ]: working also on zsh |
|---|
| 18 |
- incremented basic indexes from 0 to 1: arrays are now working on zsh |
|---|
| 19 |
- mistakes on file_extensions (cbe -> $cbe, $cbr -> $cbe): fixed |
|---|
| 20 |
|
|---|
| 21 |
0.0.6 |
|---|
| 22 |
|
|---|
| 23 |
- directory bug solved: with the 0.0.5 it wasn't possible to change dir to |
|---|
| 24 |
directories with spaces in their names |
|---|
| 25 |
|
|---|
| 26 |
0.0.5 |
|---|
| 27 |
|
|---|
| 28 |
- Code optmisised and beautified (Iain Calder <{ic56} at {rogers.com}> ) |
|---|
| 29 |
|
|---|
| 30 |
- cd, ls commands are now executed with eval, in this way if you redefine |
|---|
| 31 |
them as alias, during an interactive shell session, they will be expanded. |
|---|
| 32 |
|
|---|
| 33 |
- Code cleaned: we now use the "$@" bash feature |
|---|
| 34 |
|
|---|
| 35 |
- removed the "bc -l" feature |
|---|
| 36 |
|
|---|
| 37 |
0.0.4 |
|---|
| 38 |
|
|---|
| 39 |
- ] file:line ==> vim file +line |
|---|
| 40 |
|
|---|
| 41 |
- The untarra script will now repair broken tar/zip/rar archives, i.e. arhives |
|---|
| 42 |
that would decompress files in ./ |
|---|
| 43 |
Thanks to http://people.debian.org/~filippo/btar for the inspiration |
|---|
| 44 |
|
|---|
| 45 |
|
|---|
| 46 |
0.0.3 |
|---|
| 47 |
|
|---|
| 48 |
- An modular method to match file extensions has been implemented. |
|---|
| 49 |
It is possible to associate multiple extensions to a program or a |
|---|
| 50 |
function. Ex: associate ".jpg .bmp" to gqview and to the gimp, using |
|---|
| 51 |
respectively the former as primary action and the latter as secondary. |
|---|
| 52 |
] picture.jpg is equivalent to gqview picture.jpg |
|---|
| 53 |
][ picture.jpg is equivalent to gimp picture.jpg |
|---|
| 54 |
|
|---|
| 55 |
The extensions list is kept in ~/.closebracket/file_extensions |
|---|
| 56 |
|
|---|
| 57 |
- The support for "ftp://" URI has been added. |
|---|
| 58 |
|
|---|
| 59 |
|
|---|
| 60 |
0.0.2 |
|---|
| 61 |
|
|---|
| 62 |
- The support for .torrent files has been added. They are opened with |
|---|
| 63 |
bittorrent and bittorrent-curses if you are respectively on X or in tty. |
|---|
| 64 |
|
|---|
| 65 |
- The support for .pdf files has been added. The default action is to open |
|---|
| 66 |
them with xpdf. If you are in tty, it converts the pdf file to html and |
|---|
| 67 |
opens it with links |
|---|
| 68 |
|
|---|
| 69 |
- "] user@shell" is now parsed correctly |
|---|
| 70 |
|
|---|
| 71 |
|
|---|
| 72 |
0.0.1 |
|---|
| 73 |
|
|---|
| 74 |
- initial release |
|---|