[go: up one dir, main page]

Menu

[r298]: / bin / ct-help  Maximize  Restore  History

Download this file

65 lines (60 with data), 2.2 kB

#!/bin/sh
## ct-help.sh for ct-help in /home/ctaf/.ctafconf/bin
##
## Made by GESTES Cedric
## Login   <ctaf42@gmail.com>
##
## Started on  Mon Aug 15 01:30:05 2005 GESTES Cedric
## Last update Fri Nov 23 04:44:20 2007 GESTES Cedric
##
#FROM CTAFCONF
#display help

topic=$1

# if [ x$topic = "xconsole" ]; then
    echo "--directory-------"
    echo "+ : next directory"
    echo "- : previous directory"
    echo "h : directory history"
    echo ""
    echo "--compilation-----"
    echo "c : ./configure"
    echo "m : make"
    echo "mm : make avec sortie qui scroll"
    echo "md : make distclean"
    echo "gm : gmake"
    echo "ma : make clean all"
    echo "mac : make clean all check"
    echo "fixme : display every FIXME of each file of the current directory"
    echo "todo : display every TODO of each file of the current directory"
    echo "purge : remove fuckin file (~* #*)"
    echo "rpurge : recursive purge"
    echo "rpurge_clean : remove object files (.o)"
    echo "rpurge_svn : recursive purge svn file"
    echo "rpurge_cvs : recursive purge cvs file"
    echo "replacer : recursive find and replace in each file of a folder"
    echo "fn : find name, search for a filename in the current folder"
    echo ""
    echo "--logiciel--------"
    echo "e : emacs"
    echo "ne : emacs en console"
    echo "rd : rm directory"
    echo "tb : thunderbird"
    echo "ff : firefox"
    echo "wgetr : wget recursif"
    echo "wgetr_localhtml : wget recursif + reecriture des url en local"
    echo ""
    echo "--divers----------"
    echo "ct-profile : modify your profile configuration"
    echo "ct-installconf : install the ctafconf or update it"
    echo "ct-addwallpaper : add a new wallpaper into .config/ctafconf/perso/wallpaper"
    echo "ct-repo : admin your repository (svn and cvs)"
    echo "ct-ssh : define alias for ssh host"
    echo "ct-socks : set your socks password"
    echo "ct-remove-backup : remove *-prev-date file in your home directory"
    echo "ct-proxy : configure wget"
# elif [ x$topic = xepita ]; then
#     echo "epita stuff"
# else
#     echo "Choose one topic from:"
#     echo "console, epita, zshkeyboard, emacs, customization"
# fi