Commit Graph

290 Commits (5706de388de66b3f2f30f89ef71492cb6a75caa2)

Author SHA1 Message Date
Pierre Neidhardt 5706de388d tc-video-generic: big refactoring using ffprobe 2014-02-22 17:12:59 +01:00
Pierre Neidhardt 9480a85bd8 tc-video-custom: fixed ex call 2014-02-21 11:09:56 +01:00
Pierre Neidhardt 55fc382545 pdfcompress: fixed doc. 2014-02-18 09:16:19 +01:00
Pierre Neidhardt e475d727a9 einfo: can read node as well 2014-02-12 11:49:24 +01:00
Pierre Neidhardt d35cd9bd90 ltx: option to add custom packages 2014-02-12 11:48:48 +01:00
Pierre Neidhardt 3d21d21757 Scripts: einfo reader 2014-02-10 21:13:02 +01:00
Pierre Neidhardt 679cbaa63a Emacs: removal of the 'light' config ema. 2014-02-10 16:28:09 +01:00
Pierre Neidhardt c55236c71d Scripts: removed bashism from getops and secured cd with --. 2014-02-10 15:05:27 +01:00
Pierre Neidhardt 1ccf6f2fe8 dataindex: output to stdout by defaut
Support for individual output files.
Bug fixes with some input such as  '.', '..', or '-*'.
2014-02-10 14:54:46 +01:00
Pierre Neidhardt 1ec9122c33 PMS-Youtube: init 2014-02-09 15:02:53 +01:00
Pierre Neidhardt 829fe7c9ac Scripts: new probe script 2014-02-08 13:51:19 +01:00
Pierre Neidhardt 2640c56eef renamelowerrec: check for renamelower existence 2014-02-08 13:48:03 +01:00
Pierre Neidhardt e31d6ff4bd renamelower: fixed unicode issue and added recursive version 2014-02-08 13:34:26 +01:00
Pierre Neidhardt 30cbe66220 renamelower: fixed path 2014-02-06 14:59:13 +01:00
Pierre Neidhardt 6ef5ca165f pacfiles: comment 2014-02-03 17:51:06 +01:00
Pierre Neidhardt 0eb38702a6 Emacs: po-mode 2014-01-26 10:32:30 +01:00
Pierre Neidhardt c1600d2640 pacsize: help update 2014-01-22 18:54:03 +01:00
Pierre Neidhardt 9544de3c17 pacsearch: TOTAL at the end, fixed alignment, optimized code 2014-01-22 18:48:53 +01:00
Pierre Neidhardt 3cc54b3c9a pacsize: using gettext (perf boost) and removed expac dep. 2014-01-22 18:17:52 +01:00
Pierre Neidhardt b7c9672b32 pacsize: changed args to -S -Q plus minor fixes 2014-01-22 17:50:32 +01:00
Pierre Neidhardt 156f339b03 hsync, translate: minor fixes 2014-01-22 17:14:06 +01:00
Pierre Neidhardt ae61e8a513 Comments on ssh-agent and realpath 2014-01-21 14:00:31 +01:00
Pierre Neidhardt c586fc8eec zshcd: removed useless output 2014-01-20 17:18:36 +01:00
Pierre Neidhardt e2e466ec55 bsdman: OpenBSD man page support 2014-01-18 23:41:55 +01:00
Pierre Neidhardt 3834e89c76 Scripts: new musawk script 2014-01-17 12:17:16 +01:00
Pierre Neidhardt f727d539dd trc: added sleeping time to make sure daemon has started 2014-01-14 21:47:43 +01:00
Pierre Neidhardt 3e021512e0 pdfcompress: no more quality loss on raster graphics!!! 2014-01-08 21:37:21 +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 b01f4a5888 replace: doc update 2014-01-06 15:24:31 +01:00
Pierre Neidhardt 764203fcc2 replace: regex expansion does not happen anymore 2014-01-06 15:19:17 +01:00
Pierre Neidhardt 49991d8c7b prettyc: fixed help message 2014-01-06 15:18:18 +01:00
Pierre Neidhardt f1db07acb1 trc: help message 2014-01-06 15:17:56 +01:00
Pierre Neidhardt 95ded549bb Scripts: removed .pacman-init and renamed pacman-files 2014-01-06 12:07:41 +01:00
Pierre Neidhardt 83136ad8d5 Scripts: new 'replace' script 2014-01-06 11:25:21 +01:00
Pierre Neidhardt c6bfd146d7 Scripts: removed useless functions in stdin/files scripts 2014-01-06 11:24:43 +01:00
Pierre Neidhardt 25a49b7661 dwb+transmission torrent settings 2014-01-06 10:55:10 +01:00
Pierre Neidhardt 2c258b7c39 trc: transmission wrapper for remote and remote-cli 2014-01-04 20:33:49 +01:00
Pierre Neidhardt b28bab8a4a dwb: using contenthandler+transmission for magnet links 2014-01-04 15:08:56 +01:00
Pierre Neidhardt 474b5afe18 Scripts: minor fixes for net* scripts 2014-01-04 14:45:55 +01:00
Pierre Neidhardt a54942f07a Scripts: improved zsh compatibility in crun and tc-video 2014-01-04 10:37:47 +01:00
Pierre Neidhardt 9233dad745 Script+Shell: fixed and standardize PATH checking
We redirect stderr to NULL since POSIX says it may be used (no modern shell
seems to be using it).

If more than 1 program is checked for availability, we use a function.

Emacs snippet make it uniform.

Error message is output on stderr and is always the same.
2014-01-03 19:13:07 +01:00
Pierre Neidhardt 0d0e159010 hsync: minor optimization 2014-01-03 16:30:30 +01:00
Pierre Neidhardt 77e8a3ce70 hsync: major fixes
Removed syncing of identical files with the same path.
Files at the root are processed.
2014-01-03 15:46:23 +01:00
Pierre Neidhardt fd37b3afd0 hsync: improved performance, simpler code 2014-01-03 15:29:49 +01:00
Pierre Neidhardt e08fa28b0f Scripts: new 'random' script.
Interesting AWK code.
2014-01-03 14:33:14 +01:00
Pierre Neidhardt ea27693882 homeclean: fixed wiping 2013-12-30 02:20:45 +01:00
Pierre Neidhardt 6a2e523081 hsync: doc, big fixes, preview only 2013-12-29 11:45:45 +01:00
Pierre Neidhardt e26d226c95 homeclean: using set array, removed out-of-date content. 2013-12-29 10:37:22 +01:00
Pierre Neidhardt a149d41ad8 pacsize: fixed documentation 2013-12-29 10:17:17 +01:00