Shell: lesspipe support. Required apps are in .pkg lists.

master
Ambrevar 2012-09-05 16:26:43 +02:00
parent 317a49e1ab
commit 86c02a9694
4 changed files with 23 additions and 2 deletions

View File

@ -19,6 +19,7 @@ bison
bzip2 bzip2
calc calc
ccrypt ccrypt
cdrtools
cifs-utils cifs-utils
cmus cmus
coreutils coreutils
@ -83,11 +84,13 @@ htop
hunspell-en hunspell-en
hunspell-fr hunspell-fr
hwids hwids
id3v2
ifplugd ifplugd
indent indent
inetutils inetutils
initscripts initscripts
inkscape inkscape
iotop
iptables iptables
iputils iputils
isomaster isomaster
@ -98,6 +101,7 @@ ladspa
laptop-mode-tools laptop-mode-tools
latex2rtf latex2rtf
less less
lesspipe
libaio libaio
libavc1394 libavc1394
libcap-ng libcap-ng
@ -175,6 +179,8 @@ pkgtools
ppp ppp
procps-ng procps-ng
psmisc psmisc
pstotext
psutils
pwgen pwgen
pwsafe pwsafe
python2-dbus python2-dbus
@ -223,6 +229,7 @@ tree
ttf-dejavu ttf-dejavu
ttf-freefont ttf-freefont
unrar unrar
unrtf
unzip unzip
upx upx
urxvt-perls-git urxvt-perls-git

View File

@ -33,6 +33,7 @@ cairomm
calc calc
ccrypt ccrypt
cdparanoia cdparanoia
cdrtools
cifs-utils cifs-utils
cloog cloog
cmus cmus
@ -160,6 +161,8 @@ hunspell-fr
hwids hwids
iana-etc iana-etc
icu icu
id3lib
id3v2
ifplugd ifplugd
imagemagick imagemagick
imlib2 imlib2
@ -168,6 +171,7 @@ inetutils
initscripts initscripts
inkscape inkscape
inputproto inputproto
iotop
iproute2 iproute2
iptables iptables
iputils iputils
@ -193,6 +197,7 @@ lcms
lcms2 lcms2
ldns ldns
less less
lesspipe
libaio libaio
libarchive libarchive
libass libass
@ -421,6 +426,8 @@ ppl
ppp ppp
procps-ng procps-ng
psmisc psmisc
pstotext
psutils
pth pth
pwgen pwgen
pwsafe pwsafe
@ -493,6 +500,7 @@ ttf-freefont
tzdata tzdata
udisks udisks
unrar unrar
unrtf
unzip unzip
upx upx
usbutils usbutils

View File

@ -46,6 +46,9 @@ fi
export MANPAGER="less -s" export MANPAGER="less -s"
export MANWIDTH=80 export MANWIDTH=80
## Less config. -R is needed for lesspipe.
export LESS=' -R '
## Time display (with ls command for example) ## Time display (with ls command for example)
export TIME_STYLE=+"|%Y-%m-%d %H:%M:%S|" export TIME_STYLE=+"|%Y-%m-%d %H:%M:%S|"
@ -58,13 +61,11 @@ if [ -n "$(command -v vim)" ]; then
EDITOR=vim EDITOR=vim
fi fi
if [ -n "$(command -v emacs)" ]; then if [ -n "$(command -v emacs)" ]; then
#EDITOR=emacs
EDITOR='emacsclient -a "" -t' EDITOR='emacsclient -a "" -t'
fi fi
export EDITOR export EDITOR
## Internet Browser ## Internet Browser
# [ -e "/usr/bin/firefox" ] && export BROWSER="firefox"
[ -e "/usr/bin/luakit" ] && export BROWSER="luakit" [ -e "/usr/bin/luakit" ] && export BROWSER="luakit"
## Title ## Title

5
README
View File

@ -168,6 +168,7 @@ cal
calc calc
catdvi catdvi
ccrypt ccrypt
cdrtools
chrpath chrpath
cmus cmus
column column
@ -205,9 +206,11 @@ hdparm
help2man help2man
highlight highlight
htop htop
id3v2
imagemagick imagemagick
indent indent
inkscape inkscape
iotop
irssi irssi
latex2html latex2html
latex2rtf latex2rtf
@ -240,6 +243,7 @@ parted
patch patch
pidgin pidgin
poppler poppler
pstotext
pwgen pwgen
pwsafe pwsafe
ranger ranger
@ -269,6 +273,7 @@ tig
trash-cli trash-cli
tree tree
udiskie udiskie
unrtf
upx upx
valgrind valgrind
vim vim