Update lsn.
[scripts.git] / bashrc
1 # -*-Shell-script-*-
2
3 #########################################################################
4 # This program is free software: you can redistribute it and/or modify  #
5 # it under the terms of the version 3 of the GNU General Public License #
6 # as published by the Free Software Foundation.                         #
7 #                                                                       #
8 # This program is distributed in the hope that it will be useful, but   #
9 # WITHOUT ANY WARRANTY; without even the implied warranty of            #
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      #
11 # General Public License for more details.                              #
12 #                                                                       #
13 # You should have received a copy of the GNU General Public License     #
14 # along with this program. If not, see <http://www.gnu.org/licenses/>.  #
15 #                                                                       #
16 # Written by and Copyright (C) Francois Fleuret                         #
17 # Contact <francois@fleuret.org> for comments & bug reports             #
18 #########################################################################
19
20 # The site-specific and confidential settings are in another file
21
22 PRIVATE_BASHRC="${HOME}/private/bashrc.perso"
23
24 # If the MANPATH is not set, set it
25
26 [ "${MANPATH}" ] || MANPATH=$(manpath)
27
28 # If the private bashrc exists, execute it
29
30 [ -f "${PRIVATE_BASHRC}" ] && source "${PRIVATE_BASHRC}"
31
32 # !!! THIS HAS TO BE HERE EVEN IN THE NON-INTERACTIVE PART OR YOU WILL
33 # LOSE YOU PREVIOUS HISTORY !!!
34
35 export HISTFILESIZE=20000
36 export HISTSIZE=${HISTFILESIZE}
37
38 export HISTIGNORE="${HISTIGNORE}:&:[ ]*"
39
40 # I want to save the command time, but I do not want to see it in
41 # history
42
43 export HISTTIMEFORMAT=""
44
45 shopt -s histappend
46
47 # I realized that most of my settings are meaningful only in
48 # interactive mode. This should maybe be done more properly through
49 # using different .bash_profile and .bash_login
50
51 [[ ${TERM} == "dumb" ]] || [ ! -t 0 ] && return
52
53 # Remove the annoying beeps in console
54
55 setterm -blength 0
56
57 ######################################################################
58 ## The interactive part
59
60 export VT_RESET=$'\e[0m'
61 export VT_BOLD=$'\e[1m'
62 export VT_UNDERLINE=$'\e[4m'
63 export VT_BLINK=$'\e[5m'
64
65 export VT_SET_TITLE=$'\e]0;'
66 export VT_END_TITLE=$'\007'
67
68 export VT_BLACK_FG=$'\e[30m'
69 export VT_RED_FG=$'\e[31m'
70 export VT_GREEN_FG=$'\e[32m'
71 export VT_YELLOW_FG=$'\e[33m'
72 export VT_BLUE_FG=$'\e[34m'
73 export VT_MAGENTA_FG=$'\e[35m'
74 export VT_CYAN_FG=$'\e[36m'
75 export VT_WHITE_FG=$'\e[37m'
76
77 export VT_BLACK_BG=$'\e[40m'
78 export VT_RED_BG=$'\e[41m'
79 export VT_GREEN_BG=$'\e[42m'
80 export VT_YELLOW_BG=$'\e[43m'
81 export VT_BLUE_BG=$'\e[44m'
82 export VT_MAGENTA_BG=$'\e[45m'
83 export VT_CYAN_BG=$'\e[46m'
84 export VT_WHITE_BG=$'\e[47m'
85
86 # Colorize man pages!
87
88 export LESS_TERMCAP_us=${VT_GREEN_FG}
89 export LESS_TERMCAP_ue=${VT_RESET}
90 export LESS_TERMCAP_md=${VT_BLUE_FG}${VT_BOLD}
91 export LESS_TERMCAP_me=${VT_RESET}
92
93 # export LESS_TERMCAP_md=$'\e[1;34;40m'
94
95 # This prevents ^S from freezing the shell
96
97 # stty -ixon
98
99 ulimit -c unlimited
100
101 alias ..='cd ..'
102 alias -- -='cd -'
103 alias rm='rm -i'
104 alias mv='mv -i'
105 # alias chmod='chmod -v'
106 alias chmod='chmod -c'
107 alias cp='cp -i -v'
108 alias rd=rmdir
109 alias md='mkdir -pv'
110 alias ps='ps uxaf'
111 alias df='df -hT --sync'
112 alias grep='grep -i -E --color=auto'
113 alias find='ionice -c3 find'
114 alias pd=pushd
115 alias val='valgrind --leak-check=full --show-reachable=yes --db-attach=yes '
116
117 alias s='screen -d -R -U && clear'
118
119 function nh () {
120     export HISTFILE=/dev/null
121     unalias cd
122 }
123
124 function ding () {
125     if [[ $1 && $(which winshepherd.sh) ]]; then
126         play -q ~/local/sounds/deskbell.wav &
127         unset E_APP_WINDOW
128         winshepherd.sh message green "$1"
129     else
130         play -q ~/local/sounds/deskbell.wav
131     fi
132 }
133
134 # alias kj="keyjnote -s -D 1000 -t Crossfade -T 100"
135 alias impressive="impressive -s -D 1000 -t Crossfade -T 100"
136
137 # alias fdupes='fdupes -r .'
138
139 # ls colors
140
141 if [ -e "${HOME}/.dircolors" ]; then
142     eval $(dircolors "${HOME}/.dircolors")
143     alias ls='ls -p --group-directories-first --color'
144     alias lt='ls -p --color -gohtr --time-style="+%Y %b %d %H:%M"'
145     alias ll='ls -p --color -goh --time-style="+%Y %b %d %H:%M"'
146     alias lll='ls -p --color -lth'
147     alias l='ls -p --color -I "*~" -I "*.o"'
148     alias less='less -R'
149 else
150     alias ls='ls -p --group-directories-first'
151     alias lt='ls -p -gohtr --time-style="+%Y %b %d %H:%M"'
152     alias ll='ls -p -goh --time-style="+%Y %b %d %H:%M"'
153     alias lll='ls -p -lth'
154     alias l='ls -p -I "*~" -I "*.o"'
155 fi
156
157 export EDITOR=emacsclient
158 export GIT_EDITOR=${EDITOR}
159
160 ######################################################################
161 # Ignored extensions when completing
162
163 # export FIGNORE="CVS"
164
165 function latexdiff () {
166     # wdiff -n \
167     # -w $'\033[30;43m'"[$1]"$'\033[30;41m ' -x $'\033[0m' \
168     # -y $'\033[30;43m'"[$2]"$'\033[30;42m ' -z $'\033[0m' \
169     # $*
170
171     wdiff -n \
172         -w $'\033[30;41m' -x $'\033[0m' \
173         -y $'\033[30;42m' -z $'\033[0m' \
174         $*
175
176     # | \grep $'\033'"\|section{"
177 }
178
179 # Looks for the most recent .log and pdflatex + bibtex the
180 # corresponding tex file
181
182 function rl () {
183     RECENT_LOG=$(ls -t $(find -maxdepth 1 -name "*.log" -type f) | head -1)
184
185     if [[ ${RECENT_LOG} ]]; then
186         FILEBASE="${RECENT_LOG/.log/}"
187
188         if [[ -f "${FILEBASE}.tex" ]]; then
189
190             pdflatex "${FILEBASE}"
191             bibtex "${FILEBASE}"
192             pdflatex "${FILEBASE}"
193             pdflatex "${FILEBASE}"
194
195             if [[ "$1" == "--view" ]]; then
196                 xpdf "${FILEBASE}.pdf"
197             elif [[ "$1" == "--print" ]]; then
198                 lpr "${FILEBASE}.pdf"
199             fi
200
201         else
202
203             echo "Can not find a tex file corresponding to the most recent log (${RECENT_LOG/.log/})." >&2
204             return 1
205
206         fi
207
208     else
209         echo "Can not find a recent log." >&2
210         return 1
211     fi
212 }
213
214
215 ######################################################################
216 # Functions
217
218 # Find a file whose name contains a substring
219
220 function fn () {
221     name=$1
222     shift
223     find "$@" -name "*${name}*";
224 }
225
226 function bak () {
227     while [[ "$1" ]]; do
228         cp "$1" "$1".bak
229         shift
230     done
231 }
232
233 function ua () {
234
235     [[ "$1" ]] || ( echo "Universal unarchive: ua <file> [<file> ...]" >&2 && return 1)
236
237     while [[ "$1" ]]; do
238
239         case "$1" in
240
241             *.tgz|*.tar.gz|*.tbz|*.tar.bz2)
242                 tar xvf "$1"
243                 ;;
244
245             *.rar)
246                 unrar -kb x "$1"
247                 ;;
248
249             *.zip)
250                 unzip "$1"
251                 ;;
252
253             *)
254                 echo "Unknown file extension $1"
255                 ;;
256         esac
257
258         shift
259
260     done
261 }
262
263 # Create a dir and cd there
264
265 function mcd () {
266     mkdir -vp "$1"
267     cd "$1"
268 }
269
270 # Capture the screen in a dated png
271
272 function cap () {
273     if [[ $2 ]]; then
274         name=$2
275     else
276         name="capture-$(date +%s).png"
277     fi
278     echo "Waiting $1 s and saving to ${name}."
279     [[ "$1" ]] && sleep "$1"
280     echo "Please click on the window to capture."
281     xwd  | convert - ${name}
282     \ls -l ${name}
283 }
284
285 # Create and CD in a /tmp/tmp.XXXXXX directory. With the '-'
286 # arguments, do not create one and CD in the most recent instead
287
288 function cdt () {
289     if [[ "$1" ]]; then
290         if [[ "$1" == "-" ]]; then
291             cd $(\ls -td /tmp/tmp.?????? | head -1)
292         else
293             echo "USAGE: cdt [-]" >&2
294             return 1
295         fi
296     else
297         dir=$(mktemp -d /tmp/tmp.XXXXXX)
298         link=/tmp/tmp
299         if [[ -h ${link} ]]; then
300             \rm ${link}
301         fi
302         if [[ ! -a ${link} ]]; then
303             ln -s ${dir} ${link}
304         fi
305         cd ${dir}
306     fi
307 }
308
309 alias t='cd /tmp'
310
311 function trash () {
312     TRASH=$(date +/tmp/trash-%Y-%b-%d-%Hh)
313     LINK=/tmp/trash
314
315     mkdir -p ${TRASH}
316
317     [[ -h ${LINK} ]] && \rm ${LINK}
318     [[ ! -f ${LINK} ]] && ln -s ${TRASH} ${LINK}
319
320     mv "$@" ${TRASH}
321     echo "Trashed $@"
322 }
323
324 # alias trash=trash.sh
325
326 function mmsget () {
327     mplayer "$1" -dumpstream -dumpfile $(basename "$1")
328 }
329
330 function quicktex () {
331     if [[ $1 ]]; then
332         MAIN=$1
333     else
334         MAIN=$(\ls -t *.tex | head -1 | sed -r -e 's/\.tex//')
335     fi
336     pdflatex ${MAIN}
337     bibtex ${MAIN}
338     pdflatex ${MAIN}
339     pdflatex ${MAIN}
340     xpdf ${MAIN}.pdf
341 }
342
343 ######################################################################
344 # http://www.reddit.com/r/linux/comments/akt3j/a_functional_programming_style_map_function_for/
345
346 function map () {
347     local command i rep
348     if [ $# -lt 2 ] || [[ ! "$@" =~ :[[:space:]] ]];then
349         echo "Invalid syntax." >&2; return 1
350     fi
351     until [[ "$1" =~ : ]]; do
352         command="$command $1"; shift
353     done
354     command="$command ${1%:}"; shift
355     for i in "$@"; do
356         if [[ $command =~ \{\} ]];then
357             rep="${command//\{\}/\"$i\"}"
358             eval "${rep//\\/\\\\}"
359         else
360             eval "${command//\\/\\\\} \"${i//\\/\\\\}\""
361         fi
362     done
363 }
364
365 ######################################################################
366 ## A version of pho which stores the image numbers in environment
367 ## variables
368
369 function pho () {
370     TEMP=$(mktemp /tmp/pho.XXXXXXX)
371     $(which pho) "$@" | tee ${TEMP}
372     PHO_NOTE_1=$(grep ^"Note 1: " ${TEMP} | sed -e "s/^[^:]*: //")
373     PHO_NOTE_2=$(grep ^"Note 2: " ${TEMP} | sed -e "s/^[^:]*: //")
374     PHO_NOTE_3=$(grep ^"Note 3: " ${TEMP} | sed -e "s/^[^:]*: //")
375     PHO_NOTE_R90=$(grep ^"Rotate 90 \(CW\): " ${TEMP} | sed -e "s/^[^:]*: //")
376     PHO_NOTE_R180=$(grep ^"Rotate 180: " ${TEMP} | sed -e "s/^[^:]*: //")
377     PHO_NOTE_R270=$(grep ^"Rotate -90 \(CCW\): " ${TEMP} | sed -e "s/^[^:]*: //")
378     [[ "${PHO_NOTE_1}" ]] || unset PHO_NOTE_1
379     [[ "${PHO_NOTE_2}" ]] || unset PHO_NOTE_2
380     [[ "${PHO_NOTE_3}" ]] || unset PHO_NOTE_3
381     [[ "${PHO_NOTE_R90}" ]] || unset PHO_NOTE_R90
382     [[ "${PHO_NOTE_R180}" ]] || unset PHO_NOTE_R180
383     [[ "${PHO_NOTE_R270}" ]] || unset PHO_NOTE_R270
384     \rm ${TEMP}
385 }
386
387 # function rotjpeg () {
388 # if [ "$1" == "90" ] || [ "$1" == "180" ] || [ "$1" == "270" ]; then
389 # TEMP=$(mktemp /tmp/rotjpeg.XXXXXX)
390 # echo jpegtran -rotate "$1" -copy all $2 > ${TEMP}
391 # echo cp $2 ${2/jpg/}original.jpg
392 # echo cp ${TEMP} $2
393 # rm ${TEMP}
394 # else
395 # echo "Can not rotate with an angle of "$1" degrees."
396 # fi
397 # }
398
399 ######################################################################
400 ## A version of date that shows the time at home if TZ is set
401
402 function dt () {
403     echo "Local: $(date)"
404     if [[ ${TZ} ]]; then
405         unset TZ
406         echo "Home:  $(date)"
407     fi
408 }
409
410 ######################################################################
411 ## ifup / ifdown with sudo and memorization of the network
412
413 ## When invoked without an argument netup uses the same argument as
414 ## the previous time
415
416 ## When invoked without an argument netdown removes the last interface
417 ## which was netuped
418
419 [[ ${NETUP_HISTORY} ]] || NETUP_HISTORY="${HOME}/.netup_history"
420
421 function netup () {
422     if [[ $(\ifconfig -s | grep -v ^"(Iface|lo) ") ]]; then
423         echo "There is already interface(s) up." >&2
424         return 1
425     fi
426
427     if [[ $(\ps -C dhclient | tail -n +2) ]]; then
428         echo "There is already a dhcp client running." >&2
429         return 1
430     fi
431
432     if [[ $(\ps -C wpa_supplicant | tail -n +2) ]]; then
433         echo "There is already a wpa_supplicant running." >&2
434         return 1
435     fi
436
437     if [[ ! "$@" ]] && [[ -s ${NETUP_HISTORY} ]]; then
438         echo "netup <interface>" >&2
439         return 1
440         # # If we have no argument and there is a .netup_history, use it
441         # ARGS=$(cat ${NETUP_HISTORY})
442     else
443         # Otherwise uses the given arguments, and store them
444         ARGS="$@"
445         echo ${ARGS} > ${NETUP_HISTORY}
446     fi
447
448     if [[ -n "${PRIVATE_INTERFACE_DEFINITION}" ]]; then
449         ARGS="-i ${PRIVATE_INTERFACE_DEFINITION} ${ARGS}"
450     fi
451
452     echo "Executing ${VT_GREEN_FG}[sudo ifup ${ARGS}]${VT_RESET}"
453     sudo ifup ${ARGS}
454
455     # Ugly hack to remove the dsl modem dns server when we add
456     # explicitely a dns in the /etc/network/interfaces
457
458     REMOVE_LOCAL_DNS=/usr/local/bin/remove-local-dns.sh
459     # REMOVE_LOCAL_DNS=${HOME}/sources/scripts/remove-local-dns.sh
460
461     if [[ -x ${REMOVE_LOCAL_DNS} ]]; then
462         echo "Executing ${VT_GREEN_FG}[sudo ${REMOVE_LOCAL_DNS} 192.168]${VT_RESET}"
463         sudo ${REMOVE_LOCAL_DNS} 192.168
464     fi
465 }
466
467 function netdown () {
468     if [[ ! "$@" ]] && [[ -s ${NETUP_HISTORY} ]]; then
469         # If there are no arguments and there is a .netup_history, get the
470         # interface from it
471         ARGS=$(tail -1 ${NETUP_HISTORY} | sed -e "s/=.*$//")
472     else
473         # Otherwise, use the standard ifdown
474         ARGS="$@"
475     fi
476
477     if [[ -n "${PRIVATE_INTERFACE_DEFINITION}" ]]; then
478         ARGS="-i ${PRIVATE_INTERFACE_DEFINITION} ${ARGS}"
479     fi
480
481     echo "Executing sudo ${VT_GREEN_FG}[ifdown ${ARGS}]${VT_RESET}"
482     sudo ifdown ${ARGS}
483
484     # if [[ $(\ps -C dhclient | tail -n +2) ]]; then
485     # echo "There is still a dhcp client running." >&2
486     # return 1
487     # fi
488
489     # if [[ $(\ps -C wpa_supplicant | tail -n +2) ]]; then
490     # echo "There is still a wpa_supplicant running." >&2
491     # return 1
492     # fi
493 }
494
495 function checkgw () {
496     GW=$(route -n | grep ^0.0.0.0 | awk '{print $2}')
497     if [[ -n "${GW}" ]]; then
498         ping ${GW}
499     else
500         echo "Can not find a getaway." >&2
501         return 1
502     fi
503 }
504
505 ######################################################################
506 # Show the most recent files, no scroll
507
508 function lr () {
509     HEIGHT=$(stty size | awk '{print $1}')
510     WIDTH=$(stty size | awk '{print $2}')
511     \ls -goth --time-style="+%Y %b %d %H:%M" "$@" | \
512         head -$((HEIGHT-2)) | \
513         cut -b1-${WIDTH}
514 }
515
516 ######################################################################
517 # cd and ls into a directory
518 # [from http://www.oreillynet.com/onlamp/blog/2007/01/whats_in_your_bash_history.html]
519
520 # function c () { cd "$@" && lr; }
521
522 ######################################################################
523 # You can change the xterm background color on the fly!
524
525 function setxtermbg () {
526     echo -n $'\e]11;'$1$'\007'
527 }
528
529 ######################################################################
530 # Shuffle the lines from the stdin
531
532 function shuffle () {
533     SEED=$1
534     [[ $SEED ]] || SEED=0
535     awk 'BEGIN{srand('${SEED}')} { print rand()" "$0 }' | sort -g | sed -e "s/^[0-9\.e\-]* //"
536 }
537
538 ######################################################################
539 # Stores the last entered command into a file
540
541 KEPT_COMMANDS=${HOME}/.kept_bash_commands
542
543 function keep () {
544     if [[ ${KEPT_COMMANDS} ]]; then
545         LINE="$*"
546         [[ "${LINE}" ]] || LINE=$(history | tail -2 | head -1 | sed -e "s/^[0-9 ]*//")
547         echo $LINE
548         echo $(date)": "${LINE} >> ${KEPT_COMMANDS}
549     else
550         echo "You have to set \$KEPT_COMMANDS"
551     fi
552 }
553
554 ######################################################################
555 # I sometime burn CDs and DVDs
556
557 function burn () {
558     DEVICE="/dev/cdrw"
559     if [[ ! "$1" ]]; then
560         echo "burn <iso name | dirname>" >&2
561     elif [[ -f "$1" ]]; then
562         if [[ $(file "$1" | grep "ISO 9660") ]]; then
563             wodim -eject -v dev=${DEVICE} "$1"
564         else
565             echo "Unknown type of $1" >&2
566         fi
567     elif [[ -d "$1" ]]; then
568         [[ "${TMP_ROOT}" ]] || TMP_ROOT=/tmp/
569         echo "Using ${TMP_ROOT} as temporary directory."
570         TMP=$(mktemp ${TMP_ROOT}/cdimage.XXXXXX) && \
571             genisoimage -input-charset iso8859-1 -r -o ${TMP} "$1" && \
572             wodim -eject -v dev=${DEVICE} ${TMP}
573         rm -f ${TMP}
574     else
575         echo "Can not find $1" >&2
576     fi
577 }
578
579 ######################################################################
580 # And watch DVDs too!
581
582 function dvd () {
583
584     echo
585     echo " ! @   Seek to the beginning of the previous/next chapter"
586     echo " j     Cycle through the available subtitles"
587     echo " o     Show/hide the timing"
588     echo " x z   Subtitle delay"
589     echo " / *   Volume"
590     echo
591
592     if [[ "$1" ]]; then
593         dvd_device="$1"
594         shift
595     else
596         dvd_device="/dev/dvd"
597     fi
598
599     title="1"
600
601     if [[ "$1" ]]; then
602         title=$1
603         shift
604     fi
605
606     # -vc ffmpeg12 -vf yadif
607
608     mplayer > /dev/null \
609         -stop-xscreensaver \
610         -quiet \
611         -alang en -slang en \
612         -softvol -softvol-max 1000 \
613         -dvd-device ${dvd_device} $* dvd://${title}
614 }
615
616 function ripdvd () {
617     if [[ -e "/dev/dvd" ]]; then
618         DVD_DEVICE="/dev/dvd"
619     elif [[ -e "/dev/dvd3" ]]; then
620         DVD_DEVICE="/dev/dvd3"
621     else
622         echo "Can not find the dvd device." >&2
623         return 1
624     fi
625
626     echo "Attemptin to rip from ${DVD_DEVICE}."
627
628     mkdir -p ${HOME}/dvds
629
630     cd ${HOME}/dvds
631     time dvdbackup -i ${DVD_DEVICE} -v -M $* && eject
632 }
633
634 alias ripcd=abcde
635
636 ######################################################################
637 # Upload the sources from the current directory to work
638
639 function ulsrc () {
640     if [[ ! "${MY_WORK_MACHINE}" ]]; then
641         echo "\$MY_WORK_MACHINE undefined" 1>&2
642         return 1
643     fi
644
645     DIR=${PWD/$HOME\//}
646
647     scp {Makefile,*.{cc,h,sh}} ${MY_WORK_MACHINE}:${DIR}
648
649     echo "Uploaded to ${MY_WORK_MACHINE}:${DIR}/"
650 }
651
652 ######################################################################
653 # Create small images from images
654
655 function mksmall () {
656
657     PARAMS="-geometry 800x600"
658
659     # Auto-orient does not seem to work at all, hence the ugly hack
660     # with exif below
661
662     # PARAMS="-auto-orient -geometry 800x600"
663
664     echo "Using ${PARAMS}"
665
666     DEST_DIR=$1
667
668     [[ ${DEST_DIR} ]] || DEST_DIR=./small
669
670     mkdir -p ${DEST_DIR}
671
672     if [[ ! -d ${DEST_DIR} ]]; then
673         echo "Can not create ${DEST_DIR}" >&2
674         return
675     fi
676
677     NB_TOTAL=$(find -maxdepth 1 -type f | wc -l)
678     NB=0
679
680     for i in $(find -maxdepth 1 -type f); do
681         if [[ $(file $i | grep image) ]]; then
682             if [[ -e ${DEST_DIR}/$i ]]; then
683                 echo "The file ${DEST_DIR}/$i already exists."
684             else
685
686                 # orientation=$(exif $i \
687                 # | grep ^Orientation \
688                 # | head -1 \
689                 # | sed -e "s/^[^|]*|//" \
690                 # | sed -e "s/ *$//")
691
692                 # case ${orientation} in
693                 # ""|"top - left")
694                 # rotation_cmd=""
695                 # ;;
696
697                 # "right - top")
698                 # rotation_cmd="-rotate 90"
699                 # ;;
700
701                 # "left - bottom")
702                 # rotation_cmd="-rotate 270"
703                 # ;;
704
705                 # *)
706                 # rotation_cmd=""
707                 # echo "Unknown orientation \"${orientation}\" !"
708                 # ;;
709                 # esac
710
711                 if [[ $(file ${i/%.*/}.* | grep -E movie) ]] ; then
712                     CAPTION_PARAMS="-font FreeSans-Bold -pointsize 32 -fill green -annotate +10+32 Video"
713                 else
714                     CAPTION_PARAMS=""
715                 fi
716
717                 convert ${rotation_cmd} $i ${PARAMS} ${CAPTION_PARAMS} ${DEST_DIR}/$i
718             fi
719
720             \ls -lt ${DEST_DIR}/$i
721         fi
722
723         NB=$((NB+1))
724
725         echo "$((NB*100/NB_TOTAL))% (${NB}/${NB_TOTAL})"
726     done
727 }
728
729 ######################################################################
730 # Move a file to the ~/sources/config directory and replace it where
731 # it was by a symbolic link
732
733 function mvtoconfig () {
734     CONFIGDIR=${HOME}/sources/config
735     if [[ -d ${CONFIGDIR} ]]; then
736         NEWNAME=${CONFIGDIR}/$(basename "$1" | sed -e "s/^\.//")
737         mv "$1" $NEWNAME
738         ln -s $NEWNAME $1
739     else
740         echo "Can not find ${CONFIGDIR}"
741     fi
742 }
743
744 ######################################################################
745 # Track uncommited files (I presume this is very ugly from a real git
746 # user perspective)
747
748 function git-fm () {
749     CURRENT_DIR=$(pwd)
750     NB_SUBDIR=0
751
752     for i in $(find -name ".git"); do
753         NB_SUBDIR=$((NB_SUBDIR+1))
754         cd ${CURRENT_DIR}/$(dirname $i)
755         NB_MODIFIED=$(git status | grep modified | wc -l)
756         if [[ ${NB_MODIFIED} -gt 0 ]]; then
757             echo "$(dirname $i) (${NB_MODIFIED})"
758             git status | grep modified \
759                 | sed -e "s/^#\t/    /" | sed -e "s/modified: *//"
760         fi
761     done
762
763     cd ${CURRENT_DIR}
764
765     echo "Visited ${NB_SUBDIR} directories."
766 }
767
768 function vcup () {
769     if [[ "$1" ]]; then
770         CURRENT=${PWD}
771         while [[ "$1" ]]; do
772             cd ${CURRENT}
773             cd $1
774             if [[ -d ".git" ]]; then
775                 echo "${PWD} is under GIT"
776                 git pull
777             elif [[ -d ".svn" ]]; then
778                 echo "${PWD} is under SVN"
779                 svn update
780             else
781                 echo "No known versioning system."
782             fi
783             shift
784         done
785         cd ${CURRENT}
786     else
787         vcup .
788     fi
789 }
790
791 ######################################################################
792 # Downloads torrents located in ${BT_DIR}/torrents/ and puts the
793 # result in the ${BT_DIR}
794
795 function bt () {
796     if [[ ${BT_DIR} ]]; then
797         if [[ -d "${BT_DIR}/torrents" ]]; then
798             if [[ "$1" ]]; then
799                 mv "$1" ${BT_DIR}/torrents
800             fi
801             if [[ "$(ps auxwww | grep btlaunchmanycurses | grep -v grep)" ]]; then
802                 echo "A client is already running."
803             else
804                 cd ${BT_DIR} && screen btlaunchmanycurses torrents --max_upload_rate 32
805             fi
806         else
807             echo "Directory ${BT_DIR}/torrents does not exist."
808         fi
809     else
810         echo "You have to set \$BT_DIR."
811     fi
812 }
813
814 ######################################################################
815 # The complex prompt policy
816
817 export PS1
818
819 if [ "${CONSOLE}" == "yes" ]; then
820     PS1=""
821 else
822
823     # If the login is a standard one (as specified in
824     # IGNORED_PROMPT_LOGIN, which is set in the private bash file), do not
825     # show it. I have IGNORED_PROMPT_LOGIN="^fleuret$".
826
827     if [ ! ${IGNORED_PROMPT_LOGIN} ] || [[ ! ${USER} =~ ${IGNORED_PROMPT_LOGIN} ]]; then
828         IDENT="${USER}"
829     fi
830
831     # If the display is not the main one, make the assumption that the
832     # shell is not running on the localhost, and show the hostname
833
834     [ "${DISPLAY}" != ":0.0" ] && IDENT="${IDENT}@\h"
835
836     # If there is the login or the hostname, add a ":" to the prompt
837
838     [ "${IDENT}" ] && IDENT="${IDENT}:"
839
840     # If we are root, show that in red
841
842     if [[ ${USER} == "root" ]]; then
843         PS1="\[${VT_RED_BG}${VT_WHITE_FG}\]${IDENT}\w\[${VT_RESET}\] "
844     else
845         PS1="\[${VT_WHITE_BG}${VT_BLACK_FG}\]${IDENT}\w\[${VT_RESET}\] "
846     fi
847
848     # In an xterm, show the hostname and path in the title bar, highlight
849     # the prompt
850
851     # [ "${TERMS_WITH_BAR}" ] || TERMS_WITH_BAR="^xterm|screen$"
852
853     # if [[ "${TERM}" =~ "${TERMS_WITH_BAR}" ]]; then
854     # PS1="\[${VT_SET_TITLE}shell@\h (\w)${VT_END_TITLE}${VT_WHITE_BG}\]${IDENT}\w\[${VT_RESET}\] "
855     # else
856     # PS1="\[${VT_WHITE_BG}\]${IDENT}\w\[${VT_RESET}\] "
857     # fi
858
859 fi
860
861 ######################################################################
862 # This implements a local history. If we are in a directory containing
863 # a writable local history file, we add the last line of the global
864 # history to it.
865
866 LOCAL_HISTORY_FILE=".local_bash_history"
867
868 function keep_local_history () {
869     if [[ -w "${LOCAL_HISTORY_FILE}" ]]; then
870         history 1 | sed -e 's/^ *[0-9]* *//' >> ${LOCAL_HISTORY_FILE}
871         TMP=$(mktemp /tmp/lh.XXXXXX)
872         \chmod 600 ${TMP}
873         uniq < ${LOCAL_HISTORY_FILE} | tail -${HISTSIZE} > ${TMP}
874         # mv would replace a symbolic link, while cp keeps it
875         \cp ${TMP} ${LOCAL_HISTORY_FILE}
876         \rm ${TMP}
877         LOCAL_HISTORY_HINT="* "
878     else
879         LOCAL_HISTORY_HINT=""
880     fi
881 }
882
883 PS1="\[${VT_WHITE_BG}\]\${LOCAL_HISTORY_HINT}\[${VT_RESET}\]${PS1}"
884
885 ######################################################################
886 # Switch off the history
887
888 function histfile_cue () {
889     if [[ ! "${HISTFILE}" == "${HOME}/.bash_history" ]]; then
890         HISTORY_CUE="[${HISTFILE}]"
891     else
892         HISTORY_CUE=""
893     fi
894 }
895
896 PS1="\[${VT_YELLOW_BG}\]\${HISTORY_CUE}\[${VT_RESET}\]${PS1}"
897
898 ######################################################################
899 # The dus command is available on my web site
900 #
901 # git clone http://fleuret.org/git/dus/
902
903 alias dus='dus -f -i'
904
905 ######################################################################
906 # The finddup command is available on my web site
907 #
908 # git clone http://fleuret.org/git/finddup/
909
910 alias finddup='finddup -p'
911
912 ######################################################################
913 # The selector command is available on my web site
914 #
915 # git clone http://fleuret.org/git/selector/
916
917 source bash-selector.sh --hist --cd
918
919 ######################################################################
920 # And we avoid to put in the history the use of the selector, which we
921 # do too often
922
923 HISTIGNORE="${HISTIGNORE}:selector-history"
924
925 ######################################################################
926
927 function selector-printer () {
928     TMP=$(mktemp /tmp/selector-printer.XXXXXX)
929     selector -o ${TMP} <(lpstat -a | awk '{print $1}')
930     export PRINTER=$(cat ${TMP})
931     echo "PRINTER=${PRINTER}"
932     rm -f ${TMP}
933     lpq
934 }
935
936 ######################################################################
937 # A ls with memory to notice what files have been added/removed from
938 # the current directory
939
940 function lsn () {
941     LSN_MEMORY=".lsn-state"
942     if  [[ $1 == "--mem" ]] || [[ "$1" == "-m" ]]; then
943         \ls -pa | sort > ${LSN_MEMORY}
944         echo "State updated." >&2
945     elif [[ -n "$1" ]]; then
946         echo "lsn [--mem|-m]" >&2
947         return 1
948     else
949         if [[ -f ${LSN_MEMORY} ]]; then
950             comm -1 -3 ${LSN_MEMORY} <(\ls -pa | sort)
951             comm -2 -3 ${LSN_MEMORY} <(\ls -pa | sort) | while read line; do
952                 echo "${VT_RED_FG}${VT_BOLD}${line}${VT_RESET} (missing)"
953             done
954         else
955             echo "No lsn state here." >&2
956             return 1
957         fi
958     fi
959 }
960
961 ######################################################################
962
963 function prompt_command () {
964     # save the history after every command to avoid loosing some when
965     # multiple shells are open
966     history -a
967     # load the saved history
968     history -n
969     # and the local histories system defined above
970     keep_local_history
971     # and the history cue
972     histfile_cue
973 }
974
975 PROMPT_COMMAND="prompt_command"
976
977 ######################################################################
978
979 # Displaying the timezone if it is set
980
981 if [[ ${TZ} ]]; then
982     echo "${VT_BOLD}${VT_GREEN_FG}Time zone is ${TZ}.${VT_RESET}"
983 fi
984
985 ######################################################################