Sha256: 23432a6e75af71ac53b6e48842efaed353522ce54579ceff18bb7c35f0079b5e

Contents?: true

Size: 981 Bytes

Versions: 7

Compression:

Stored size: 981 Bytes

Contents

diru=`pwd`/../bin/diru

# Hub and server setup
# shell> ${diru} --hport 43114 --hub
# shell> ${diru} --hport 43114 -s

dr()
{
    echo "# CMD:" dr $*
    ret=`${diru} -p 43115 -c $*`
    if test $? -eq 0; then
        cd $ret
    fi
    pwd
}

dr r dir_0_4_0
dr r dir_1
dr t dir_1_1_0
dr ..
dr dir_1_1_2
dr r
dr h
dr r "dir_?_2_?"
dr e "dir_._2_."

dr b
dr r dir_1_1_2
dr b .
dr r dir_0
dr b .
dr b
dr b d 1
dr b
dr b d 1
dr b
dr b d 0
dr b

dr b
dr r dir_1_1_2
dr b .
dr r dir_0
dr b .
dr b
dr b 0

dr r
dr b s test_bookmarks.txt
dr b !
dr b
dr b l test_bookmarks.txt
dr b
dr b 0

dr h
dr h .
dr r
dr h 0
dr h 6

dr s .
dr r
dr s
dr t dir_0_0
dr s `pwd`
dr r
dr s
dr s . a
dr s . b
dr ..
dr s `pwd` c
dr s =
dr s a
dr s c
dr s !
dr s a

dr p
dr r
dr r dir_0_2_0
dr p
dr r dir_0_1_0
dr p

dr f
dr f f
dr h
dr i

dr r
dr r dir_0_1
dr
dr
dr

dr h
dr c reset
dr h
dr r
dr h
dr c doc

dr d m dir_2
dr d m dir_2/foobar
dr r foobar
dr r
dr d r dir_2/foobar
dr r foobar
dr d r dir_2
dr h

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
diru-0.1.4 test/test_diru.sh
diru-0.1.3 test/test_diru.sh
diru-0.1.2 test/test_diru.sh
diru-0.1.1 test/test_diru.sh
diru-0.1.0 test/test_diru.sh
diru-0.0.8 test/test_diru.sh
diru-0.0.7 test/test_diru.sh