@@ -5,6 +5,7 @@ alias dans='in' # in
55alias faire=' do' # do
66alias fais=' do' # do
77alias fin=' done' # end
8+ alias toujours=' while true; do' # forever
89alias si=' if' # if
910alias alors=' then' # then
1011alias ensuite=' then' # then
@@ -33,15 +34,19 @@ alias tuertous='killall' # to kill all
3334alias moins=' less' # less
3435alias met=' /bin/mv' # to put
3536alias mettre=' /bin/mv' # to put
37+ alias ici=' pwd' # here
3638alias lire=' read' # to read
3739alias effacer=' rm' # to erase
3840alias perdre=' rm' # to lose/throw away
3941alias enlever=' rm' # to remove
4042alias supprimer=' rm' # to remove
43+ alias compter=' seq' # to count
4144alias dormir=' sleep' # to sleep
4245alias attendre=' sleep' # to wait
46+ alias quoi=' type -a' # what
4347alias ouest=' whereis' # where is
4448alias quel=' which -a' # which
49+ alias qui=' who' # who
4550alias oui=' yes' # yes
4651alias non=' yes n' # no
4752
@@ -58,6 +63,7 @@ alias copie='/usr/bin/pbcopy' # copy
5863alias coller=' /usr/bin/pbpaste' # to paste
5964alias tomber=' /usr/bin/pbpaste' # to drop/fall
6065alias recommencer=' reboot' # to restart
66+ alias regarder=' watch' # to watch
6167
6268alias noir=' black -l 79' # black
6369alias aujourdhui=' cal' # today
@@ -85,14 +91,13 @@ alias ligne='wc -l' # line
8591alias apres=' ' # after
8692alias aucun=' ' # none
8793alias autour=' ' # around
88- alias aux=' ' # to
94+ alias aux=' ' # to the
8995alias avant=' ' # before
9096alias cette=' ' # this
9197alias cote=' ' # side
9298alias dernier=' ' # last
9399alias entre=' ' # between
94100alias eux=' ' # them
95- alias ici=' ' # here
96101alias la=' ' # there
97102alias leur=' ' # them
98103alias pres=' ' # near
@@ -122,6 +127,7 @@ alias tout='' # all
122127# }
123128
124129# TODO: More useful functional functions.
130+ # TODO: Consider converting infinitive verbs to imperative form. (e.g. "faire" to "fais")
125131
126132
127133# List of french aliases
0 commit comments