Commit Graph

5 Commits (54aa107b950a475313ae1fd70ea245a618be7ed3)

Author SHA1 Message Date
Pierre Neidhardt 9857145fb1 scripts: Reformat with tabs and more consistent style 2014-11-12 16:15:39 +01:00
Pierre Neidhardt 0979c9b9de Scripts: fixed some missing 'in place' options when substituting from files. 2014-01-06 17:56:56 +01:00
Pierre Neidhardt 19c09febec Scripts: replaced 'sed -i' with 'ex -sc'
Ex is the right way to edit files (sed is a stream editor). Besides 'sed -i' is
not POSIX.  However ex cannot edit multiple files in one call, thus leading to a
great performance loss when called over a bunch of files. In that case, 'sed -i'
may be a better idea.
2014-01-06 17:32:13 +01:00
Pierre Neidhardt d060d963cc prepend: stdin support 2013-10-23 12:37:56 +02:00
Pierre Neidhardt f73902496e Script: prepend + zshcd let ranger start a shell in current dir 2013-07-26 15:16:15 +02:00