Commit Graph

308 Commits (86633e6fbd0ffb750bf38261d3d20a97e3fde348)

Author SHA1 Message Date
Pierre Neidhardt 1900ddad9a Dataindex: consistent output 2014-03-08 11:00:44 +01:00
Pierre Neidhardt ff901964d0 Merge remote-tracking branch 'origin/master' 2014-03-06 18:32:41 +01:00
Pierre Neidhardt 49e26ffd1c Comments 2014-03-06 15:35:52 +01:00
Pierre Neidhardt 7593858e22 Scripts: currency converter 2014-03-06 15:22:29 +01:00
Pierre Neidhardt 1471942ed1 Scripts: colsum sums the specified column 2014-03-06 15:21:53 +01:00
Pierre Neidhardt cb030e8710 pacsize: minor fixes 2014-03-06 11:28:52 +01:00
Pierre Neidhardt 2248c3cbb5 pacsize: various fixes 2014-03-06 02:51:50 +01:00
Pierre Neidhardt ea6e384657 pacsize: support for size units + auto db lookup 2014-03-05 22:19:34 +01:00
Pierre Neidhardt b3d9573c48 Scripts: gnac init 2014-03-05 15:59:15 +01:00
Pierre Neidhardt 0c97cf0255 Sessionclean: error output 2014-03-04 17:10:18 +01:00
Pierre Neidhardt 7b2399ebd2 Scripts: clean shutdown 2014-03-04 11:05:50 +01:00
Pierre Neidhardt be322614c1 sessionclean 2014-03-04 10:25:42 +01:00
Pierre Neidhardt c258f72fa8 tc-video-generic: using stable codec 2014-02-28 18:29:38 +01:00
Pierre Neidhardt 407fc489d1 tc-video-generic: fixed error missing properties when bitrate was N/A 2014-02-28 12:39:16 +01:00
Pierre Neidhardt b923d2f6d6 Scripts: new elisp script 2014-02-24 16:09:08 +01:00
Pierre Neidhardt 836792d14f Emacs: modified 'em' launcher so that emacs daemon can accept arguments.
This expects a socket at /tmp/emacs$(id -u)/server.
2014-02-23 19:01:36 +01:00
Pierre Neidhardt b5f8ffbaf4 hdmi-switch: more universal 2014-02-23 00:01:50 +01:00
Pierre Neidhardt 6e15116bf2 tc-video-generic: fixed cropping 2014-02-22 17:36:06 +01:00
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