fmII
Sat, Aug 30th home | browse | articles | contact | chat | submit | faq | newsletter | about | stats | scoop 10:12 UTC
in
Section
login «
register «
recover password «
[Project] add release | add branch | add screenshot | broken links | change owner | email subscribers | update project | update branch (urls) [Project]

 apparix - Default branch
Section: Unix

 

Added: Mon, Oct 10th 2005 04:39 UTC (2 years, 10 months ago) Updated: Fri, Jul 25th 2008 17:23 UTC (1 month, 6 days ago)


About:
Apparix allows one to bookmark directories and later jump to them using the mark. By default, it acts as a replacement for cd and can be used in the same manner, including the special behaviour for cd without argument and "cd -". It is possible to directly jump to subdirectories of a bookmarked directory. The contributed bash completion code facilitates completion both on bookmarks and directories, but can be adjusted to accommodate other preferences.

Author:
Stijn van Dongen [contact developer]

Rating:
8.40/10.00 (1 vote)

Homepage:
http://micans.org/apparix/
Tar/GZ:
http://micans.org/apparix/src/apparix-latest.tar.gz
Changelog:
http://micans.org/apparix/ChangeLog

Trove categories: [change]
[Development Status]  5 - Production/Stable
[Environment]  Console (Text Based)
[Intended Audience]  Advanced End Users, Developers, System Administrators
[License]  OSI Approved :: GNU General Public License (GPL)
[Operating System]  Unix
[Programming Language]  C
[Topic]  System :: Shells

Dependencies: [change]
No dependencies filed

 
Project admins: [change]
» Stijn van Dongen (Owner)

» Rating: 8.40/10.00 (Rank N/A)
» Vitality: 0.04% (Rank 1666)
» Popularity: 0.42% (Rank 13611)

project statsdownload stats
(click to enlarge graphs)
   Record hits: 5,165
   URL hits: 1,007
   Subscribers: 10

Other projects from the same categories:
Cellphone Unix Terminal
cfgsh
ggiterm
ansistego
zshist

Users who subscribed to this project also subscribed to:
Chandler
Dia
Contineo
TCP/IP Connection Cutter
MARIE


Add comment · Rate this project · Subscribe to new releases · Ignore this project · Email this project to a friend · Project record in XML

 Branches

Branch Version Last release License URLs
Default 08-206 25-Jul-2008 GNU General Public License (GPL) Homepage Tar/GZ Changelog

 Comments

[»] error in apparix --shell-examples
by Ed - Jul 25th 2008 18:21:13

In this function there is an extra then, there is one on the end of line 5 and one on line 6. I removed the one on line 6 in my .bashrc to get it to work.

1. function _apparix_aliases ()
2. { cur=$2
3. dir=$3
4. COMPREPLY=()
5. if let $(($COMP_CWORD == 1)); then
6. then
7. # Below will not complete on subdirectories. swap if so desired.
8. # COMPREPLY=( $( cat $HOME/.apparix{rc,expand} | grep "j,.*$cur.*," | cut -f2 -d, ) )
9. COMPREPLY=( $( (cat $HOME/.apparix{rc,expand} | cut -f2 -d, ; ls -1p | grep '/$' | tr -d /) | grep ".*$cur.*" ))
10. else
11. dir=`apparix --try-current-first -favour rOl $dir 2>/dev/null` || return 0
12. eval_compreply="COMPREPLY=( $(
13. cd "$dir"
14. \ls -d *$cur* | while read r
15. do
a. [[ -d "$r" ]] &&
b. [[ $r == *$cur* ]] &&
c. echo \"${r// /\\ }\"
16. done
17. ) )"
18. eval $eval_compreply
19. fi
20. return 0
21. }

[reply] [top]


    [»] Re: error in apparix --shell-examples
    by Stijn van Dongen - Jul 25th 2008 19:00:48


    > In this function there is an extra then,

    > there is one on the end of line 5 and

    > one on line 6. I removed the one on line

    > 6 in my .bashrc to get it to work.

    > --snip--


    Indeed. Thanks for the bug report. I've fixed it and released
    a new apparix. In slightly bad form it has the exact same
    version number and simply overwrites the buggy version.

    --
    1 2 3 4 hoedje van papier

    [reply] [top]




© Copyright 2008 SourceForge, Inc., All Rights Reserved.
About freshmeat.net •  Privacy Statement •  Terms of Use •  Trademark Guidelines •  Advertise •  Contact Us • 
ThinkGeek •  Slashdot  •  Linux.com •  SourceForge.net  •  Jobs