Commit Graph

1043 Commits (4267c4633780e9bed344e584fe8d33c4d8b2b610)

Author SHA1 Message Date
Pierre Neidhardt c3d680b349 Emacs: fixed message for toggle-tab-indent 2014-01-16 10:31:23 +01:00
Pierre Neidhardt de2c604a67 Musish: added constants 2014-01-16 10:31:09 +01:00
Pierre Neidhardt 2c7962b807 Emacs: new calc-eval-line function 2014-01-14 21:48:07 +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 d2b56dfabb Shell: fixed echokeymap and SHELL_* 2014-01-11 21:56:38 +01:00
Pierre Neidhardt e1f3abad18 xmodmap: fixed shifted Mode_switch 2014-01-11 18:16:33 +01:00
Pierre Neidhardt af911fc8c7 Emacs: toggle-word-delim function 2014-01-11 18:06:04 +01:00
Pierre Neidhardt 088b5e9122 xmodmap: simplified usex (as usim) and always set as default keyboard 2014-01-11 18:02:57 +01:00
Pierre Neidhardt 467f9574db pkg update 2014-01-10 16:16:09 +01:00
Pierre Neidhardt 53ae5144c0 Emacs: added status message to toggle-indent-tabs 2014-01-09 14:51:36 +01:00
Pierre Neidhardt 7fcc4cc0ba Emacs: whitespace mode config and set on by default 2014-01-09 11:53:09 +01:00
Pierre Neidhardt 3e021512e0 pdfcompress: no more quality loss on raster graphics!!! 2014-01-08 21:37:21 +01:00
Pierre Neidhardt 1336f89f5e Emacs: perl mode 2014-01-07 18:36:07 +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 7b5ab5317f profile: add plan9 environment
Modified MANPATH and PATH accordingly.
2014-01-06 15:18:42 +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 e32bc824ca Minor fixes 2014-01-04 17:56:06 +01:00
Pierre Neidhardt f70d5b846d dwb: comment 2014-01-04 16:21:54 +01:00
Pierre Neidhardt 99f2578503 dwb: magnet, ftp and mailto content support 2014-01-04 16:16:02 +01:00
Pierre Neidhardt dd2f372e36 Transmission: daemon config init 2014-01-04 15:10:02 +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 9cb4840fca Emacs shell snippet: notcmd 2014-01-03 19:05:45 +01:00
Pierre Neidhardt 6c7add0ac0 Emacs shell snippets: ifcmd, cmd, check 2014-01-03 18:29:35 +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
Pierre Neidhardt f6a1f86722 profile: removed clumsy centralised ssh-agent
It is hard to keep track of all user sessions, since one may login through X
directly, without ever using a TTY. It seems like there is no standard way to
check for the number of running sessions. We could use files to track it but
then we run into race conditions.

For the sake of simplicity, and since running multiple sessions on the same
machine does not occur very often anyway, it is simpler to use one agent per
session (only 3 lines of code).
2013-12-29 10:10:22 +01:00
Pierre Neidhardt 9bb9ae8606 .xinitrc: fixed argument testing 2013-12-29 10:09:55 +01:00
Pierre Neidhardt 09e6c85f71 profile: Swedish locale 2013-12-28 15:56:56 +01:00
Pierre Neidhardt cc3e3c628c dwb: fixed out-of-date scripts 2013-12-28 15:56:42 +01:00
Pierre Neidhardt fbe8edddc6 Scripts: fixed realpath usage 2013-12-27 11:17:55 +01:00
Pierre Neidhardt 29c81a2641 tc-video-custom: fixed file processing 2013-12-27 11:17:38 +01:00
Pierre Neidhardt 43a590c63c hsync & dataindex: fixed 'find' usage 2013-12-27 11:16:50 +01:00