2023-04-04 07:11 | Remove travis infrastructure | Chris Down | 2 | +0 | -12 |
2022-05-05 17:05 | Handle syncing clipboard to primary | Rob Pilling | 1 | +5 | -0 |
2022-04-14 16:29 | Only back off if _CM_TRAP is not set | Chris Down | 1 | +1 | -1 |
2022-04-14 15:17 | Back off if clipnotify fails | Navneet Aman | 1 | +5 | -1 |
2022-03-15 18:50 | clipmenud: Touch cache file at startup | Chris Down | 1 | +4 | -0 |
2021-12-19 01:37 | rofi: Pass -p in dmenu mode | Chris Down | 2 | +4 | -3 |
2021-11-17 22:27 | clipmenud: Fix killing background jobs when there are multiple | Matthew White | 1 | +3 | -3 |
2021-11-18 01:47 | clipmenud: print message when disabling but already disabled | Matthew White | 1 | +6 | -1 |
2021-11-18 00:54 | clipmenud: prevent another clipnotify job when trapping a signal | Matthew White | 1 | +11 | -10 |
2021-11-18 00:19 | clipdel: allow ".*" to print the cache directory to be deleted | Matthew White | 1 | +16 | -14 |
2021-02-11 14:23 | Create status file after cache directory | Axel Dahlberg | 1 | +1 | -1 |
2021-01-29 01:16 | clipctl: Fix tests | Chris Down | 2 | +4 | -3 |
2021-01-21 15:15 | Added commands to clipctl to check the status, toggle, get version and directory (#152) | Axel Dahlberg | 7 | +44 | -34 |
2020-12-19 16:22 | Use default value instead of testing for empty value | Sami Kankaristo | 1 | +1 | -1 |
2020-12-18 14:38 | Only set $launcher_exit if not running rofi-script | Sami Kankaristo | 1 | +2 | -3 |
2020-12-17 21:03 | Preserve exit code from launcher | Sami Kankaristo | 1 | +4 | -0 |
2017-10-19 14:25 | Sync primary to clipboard immediately | Ferenc Erki | 1 | +10 | -0 |
2020-10-19 00:54 | clipmenu: Don't mask -h | Chris Down | 1 | +2 | -1 |
2020-10-16 23:58 | clipmenu: Explicitly handle no $cache_file case | Chris Down | 1 | +4 | -0 |
2020-10-16 23:47 | readme: Add information about $DISPLAY | Chris Down | 1 | +11 | -0 |
2020-10-14 13:13 | Merge branch 'release/6.2.0' into master | Chris Down | 4 | +22 | -9 |
2020-10-14 11:54 | clipmenud: Don't assume that we're the process group leader | Chris Down | 1 | +13 | -3 |
2020-10-14 11:51 | init: Add TimeoutStopSec | Chris Down | 1 | +4 | -0 |
2020-08-03 10:40 | Merge pull request #135 from Mic92/makefile | Chris Down | 1 | +3 | -5 |
2020-07-31 05:38 | Makefile: install into PREFIX | Jörg Thalheim | 1 | +3 | -5 |
2020-07-11 11:57 | clipdel: Recreate cache_dir | Chris Down | 1 | +1 | -0 |
2020-06-09 14:20 | init: Don't set $DISPLAY | Chris Down | 1 | +0 | -1 |
2020-06-09 13:19 | Add $DISPLAY check | Chris Down | 1 | +1 | -0 |
2020-06-03 21:09 | Merge branch 'release/6.1.0' | Chris Down | 8 | +157 | -26 |
2020-04-03 11:27 | clipmenud: Check cache file existence before vacuuming | Chris Down | 1 | +2 | -1 |
2020-04-03 11:27 | clipmenud: Replace empty values for CM_DIR/CM_MAX_CLIPS/CM_SELECTIONS | Chris Down | 1 | +3 | -3 |
2020-04-01 09:36 | Merge pull request #91 from ferki/pipe_to_clipdel | Chris Down | 1 | +8 | -4 |
2018-10-27 20:07 | clipdel: Support getting pattern from standard input | Ferenc Erki | 1 | +8 | -2 |
2020-03-30 18:17 | tests: Set EXIT trap to show temp contents | Chris Down | 1 | +2 | -0 |
2020-03-30 18:15 | clipmenu: Preserve ordering of arguments for rofi -dmenu | Chris Down | 1 | +4 | -3 |
2020-03-30 18:13 | readme: List supported launchers | Chris Down | 1 | +11 | -0 |
2020-03-30 16:18 | clipmenu: Add support for CM_LAUNCHER=fzf | Chris Down | 1 | +7 | -1 |
2018-10-28 08:33 | clipdel: Remove legacy comments | Ferenc Erki | 1 | +0 | -2 |
2020-03-28 14:12 | clipctl: Make pgrep regex less taxing | Chris Down | 1 | +1 | -1 |
2020-03-26 00:35 | clipmenud: Store the last data on reenabling | Chris Down | 1 | +8 | -0 |
2020-03-25 19:22 | makefile: Install clipctl | Chris Down | 1 | +1 | -0 |
2020-03-25 19:10 | readme: Tersify and use British English | Chris Down | 1 | +26 | -51 |
2020-03-25 15:49 | clipmenud: Allow disable with USR1 and enable with USR2 | Chris Down | 4 | +69 | -3 |
2020-03-25 01:02 | Merge pull request #108 from jb55/print-selection | Chris Down | 1 | +5 | -0 |
2019-05-30 20:17 | clipmenu: print selection to stdout | William Casarin | 1 | +5 | -0 |
2020-03-24 20:33 | Merge pull request #121 from markstos/doc-clipmenud-options | Chris Down | 1 | +28 | -0 |
2020-03-13 15:03 | document options for clipmenu | Mark Stosberg | 1 | +28 | -0 |
2020-03-24 20:04 | Merge pull request #120 from markstos/make-install | Chris Down | 2 | +29 | -6 |
2020-03-12 21:14 | Improve manual install experience | Mark Stosberg | 2 | +29 | -6 |
2020-03-24 17:39 | Merge branch 'release/6.0.1' | Chris Down | 2 | +17 | -33 |
2020-03-24 17:34 | clipmenud: Fix potential misaligned truncation in duplicate detection | Chris Down | 1 | +10 | -10 |
2020-03-24 13:52 | clipmenu: Tidy chosen_line | Chris Down | 1 | +1 | -3 |
2020-03-24 13:50 | clipmenu: Remove cache printout, with vacuuming this can't be hit | Chris Down | 1 | +1 | -11 |
2020-03-24 13:49 | clipmenu: Use last-arg syntax that keeps shellcheck happy | Chris Down | 1 | +3 | -5 |
2020-03-24 13:49 | clipmenu: Tersify rofi check | Chris Down | 1 | +2 | -4 |
2020-03-24 01:17 | Merge branch 'release/6.0.0' | Chris Down | 9 | +148 | -183 |
2020-03-24 01:10 | clipmenud: Remove weird extra line in --help | Chris Down | 1 | +1 | -2 |
2020-03-24 00:52 | clipmenud: Vacuum every 10 clips | Chris Down | 1 | +3 | -3 |
2020-03-23 18:16 | readme: Remove out of date information | Chris Down | 1 | +15 | -12 |
2020-03-23 17:57 | clipmenud: Remove not very useful vacuuming debug message | Chris Down | 1 | +0 | -1 |
2020-03-23 17:55 | clipmenud: $cache_file must exist by vacuum time | Chris Down | 1 | +1 | -2 |
2020-03-23 17:52 | clipmenu: Since we don't reuse line content, don't store it | Chris Down | 1 | +1 | -2 |
2020-03-23 17:50 | clipmenud: Remove timeout_cmd, we already rely on coreutils for truncate | Chris Down | 1 | +1 | -8 |
2020-03-23 17:45 | get_first_line: Simplify END logic | Chris Down | 1 | +3 | -7 |
2020-03-23 17:41 | Remove CM_ONESHOT debug message, it has never been useful | Chris Down | 1 | +1 | -6 |
2020-03-23 17:40 | get_first_line: We never set line_length_limit, just make it static | Chris Down | 1 | +1 | -2 |
2020-03-23 17:23 | clipmenud: Remove some debug messages which have never been useful | Chris Down | 1 | +3 | -10 |
2020-03-23 17:20 | clipmenud: Colocate related variables and comments | Chris Down | 1 | +6 | -15 |
2020-03-23 17:15 | clipmenud: Update comment for CM_OWN_CLIPBOARD, we don't use element_in | Chris Down | 1 | +1 | -11 |
2020-03-23 17:14 | clipmenud: Colocate similar functions | Chris Down | 1 | +7 | -29 |
2020-03-23 17:11 | clipmenud: Don't mkdir cache_dir again | Chris Down | 1 | +0 | -5 |
2020-03-23 17:10 | clipmenud: Tidy up some old, too-verbose comments | Chris Down | 1 | +2 | -23 |
2020-03-23 17:05 | Make clipnotify mandatory | Chris Down | 1 | +2 | -18 |
2020-03-23 17:02 | Check clipboard selection for ownership explicitly | Chris Down | 1 | +1 | -14 |
2020-03-23 16:25 | Print out number of vacuumed files | Chris Down | 1 | +6 | -1 |
2020-03-23 16:01 | clipmenud: Mention selection used for possible partials | Chris Down | 1 | +2 | -2 |
2020-03-23 15:59 | Run CM_MAX_CLIPS handling/vacuuming out of selection loop | Chris Down | 1 | +28 | -28 |
2020-03-23 12:57 | Add async vacuum support | Chris Down | 1 | +26 | -37 |
2020-03-23 12:28 | Use a single line cache file | Chris Down | 7 | +29 | -34 |
2020-03-13 12:53 | Add clipfsck debug utility | Chris Down | 1 | +32 | -0 |
2020-03-11 14:57 | Default CM_OWN_CLIPBOARD to 0 | Chris Down | 1 | +2 | -2 |
2020-03-11 00:46 | truncation: Avoid harmless reporting of multi-removals on a single file | Chris Down | 1 | +13 | -1 |
2020-03-07 12:34 | clipmenud: Better document new CM_MAX_CLIPS batching | Chris Down | 1 | +1 | -1 |
2019-07-09 21:37 | clipmenud: Batch truncations in groups of 100 for performance | Chris Down | 1 | +10 | -1 |
2019-07-09 21:28 | clipmenud: Avoid deleting still-referenced files in the case of dupes | Chris Down | 1 | +11 | -2 |
2019-07-09 21:28 | clipmenud: Add INFO logging for removals | Chris Down | 1 | +12 | -2 |
2019-05-01 15:29 | Merge branch 'session_lock' into develop | Chris Down | 1 | +21 | -4 |
2019-05-01 15:27 | clipmenud: Make session file error message more clear | Chris Down | 1 | +2 | -1 |
2019-05-01 15:26 | clipmenud: Create die and error functions | Chris Down | 1 | +12 | -8 |
2019-05-01 15:22 | clipmenud: Add a sessionwide lock | Chris Down | 1 | +12 | -0 |
2019-04-28 07:18 | Fix clipdel cutting timestamps from line cache files (#94) | Jordan Galby | 1 | +11 | -3 |
2019-02-13 16:34 | systemd: Use 500ms RestartSec | Chris Down | 1 | +1 | -1 |
2018-11-20 09:07 | Merge branch 'release/5.6.0' | Chris Down | 3 | +19 | -11 |
2018-11-12 13:22 | Fix clipdel escaped only first '#' (#95) | Jordan Galby | 1 | +1 | -1 |
2018-11-08 17:38 | use travis ci xenial build environment (#93) | Sohalt | 1 | +2 | -10 |
2018-11-08 16:39 | Add support to ignore the clipboard in certain windows (#89) | Sohalt | 1 | +16 | -0 |
2018-11-01 00:35 | Make timeout optional | Chris Down | 1 | +8 | -1 |
2018-10-31 08:31 | Merge branch 'master' into develop | Chris Down | 5 | +7 | -7 |
2018-10-31 08:12 | Do $PATH lookup for bash | Chris Down | 5 | +7 | -7 |
2018-08-21 19:45 | readme: Add installation section | Chris Down | 1 | +8 | -0 |
2018-08-21 19:42 | Merge branch 'release/5.5.0' | Chris Down | 2 | +7 | -9 |
2018-08-21 19:39 | Sort environment variables in --help | Chris Down | 2 | +4 | -4 |
2018-08-21 19:36 | Add documentation for CM_HISTLENGTH | Chris Down | 1 | +1 | -0 |
2018-08-21 13:09 | make history length configurable through env var | Thore Bödecker | 1 | +2 | -5 |
2018-05-10 16:16 | Merge branch 'release/5.4.0' | Chris Down | 3 | +4 | -15 |
2018-05-10 16:13 | Always send xsel logfile to /dev/null | Chris Down | 3 | +4 | -15 |
2018-05-09 12:05 | Merge branch 'release/5.3.1' | Chris Down | 2 | +3 | -5 |
2018-05-09 12:02 | Canonicalise missing elements in readlink | Chris Down | 1 | +1 | -1 |
2018-04-27 01:13 | test-perf: Now that we check CM_LAUNCHER, change from aliases to functions | Chris Down | 1 | +2 | -4 |
2018-04-22 09:19 | Merge branch 'release/5.3.0' | Chris Down | 1 | +10 | -2 |
2018-04-22 09:19 | clipdel: Don't take "-d" as the pattern if only "-d" was passed | Chris Down | 1 | +5 | -2 |
2018-04-22 09:17 | clipdel: Give more helpful message if we didn't provide a pattern | Chris Down | 1 | +5 | -0 |
2018-04-22 09:10 | Merge branch 'release/5.2.0' | Chris Down | 4 | +117 | -12 |
2018-04-19 10:00 | Fix wrong file deleted after partial selection (#76) | Gravemind | 1 | +3 | -3 |
2018-04-10 10:07 | Add more debugging information when cache entry is missing | Chris Down | 1 | +5 | -1 |
2018-03-12 00:24 | Fix errant handling of specific-file deletion | Chris Down | 1 | +1 | -5 |
2018-03-12 00:21 | Add note about clipdel to README | Chris Down | 1 | +2 | -0 |
2018-03-11 23:58 | Recover without restarting if we deleted the entire clip directory | Chris Down | 1 | +6 | -0 |
2018-03-11 23:56 | Add clipdel utility | Chris Down | 1 | +83 | -0 |
2018-03-09 20:50 | Allow use as a rofi script (#68) | Chris Hobbs | 1 | +22 | -8 |
2018-03-09 06:49 | Merge branch 'release/5.1.0' | Chris Down | 1 | +5 | -10 |
2018-03-09 06:32 | Don't populate ${last_data[any]} | Chris Down | 1 | +5 | -10 |
2018-02-21 17:37 | Merge branch 'release/5.0.1' | Chris Down | 3 | +7 | -5 |
2018-02-21 17:32 | Force LC_ALL=C for clip sort | Chris Down | 1 | +2 | -2 |
2018-02-21 17:23 | Add nanosecond resolution to cache file output | Chris Down | 1 | +1 | -1 |
2018-02-20 12:00 | Add rofi instructions | Chris Down | 1 | +2 | -2 |
2018-02-20 11:48 | readme: Add Travis link | Chris Down | 1 | +2 | -0 |
2018-02-20 11:38 | Merge branch 'release/5.0.0' | Chris Down | 4 | +70 | -22 |
2018-02-20 11:36 | Have CM_MAX_CLIPS understand new version 5 format | Chris Down | 1 | +1 | -1 |
2018-02-20 11:31 | Add shellcheck disable for CM_SELECTIONS | Chris Down | 1 | +3 | -0 |
2018-02-20 11:30 | Fix tests to use version 5 format | Chris Down | 2 | +7 | -8 |
2018-02-20 11:03 | Truncate cache file on duplicate | Chris Down | 1 | +13 | -4 |
2018-02-20 10:39 | Act on possible partials in both directions | Chris Down | 1 | +2 | -1 |
2018-02-20 10:38 | Revert "Remove partial clip dedupe support" | Chris Down | 1 | +9 | -0 |
2018-02-20 10:30 | Use -o/-i, not -k | Chris Down | 1 | +1 | -1 |
2018-02-20 10:29 | Use separate line cache for each selection | Chris Down | 2 | +12 | -7 |
2018-02-20 10:10 | Merge branch 'backout_async' into develop | Chris Down | 1 | +44 | -23 |
2018-02-20 10:09 | Revert "Remove last_data checks" | Chris Down | 1 | +20 | -5 |
2018-02-20 10:09 | Revert "Take clipboard ownership prior to clipnotify" | Chris Down | 1 | +16 | -13 |
2018-02-20 10:08 | Revert "Use xsel -o/-i instead of -k" | Chris Down | 1 | +1 | -1 |
2018-02-20 10:08 | Revert "Make sure we don't break #34 in new pre-ownership" | Chris Down | 1 | +1 | -4 |
2018-02-20 10:07 | Revert "Remove CM_ONESHOT-specific logic in flock failure checks" | Chris Down | 1 | +8 | -2 |
2018-02-20 09:29 | Revert "Make main work block async" | Chris Down | 1 | +1 | -4 |
2018-02-19 18:21 | Add $CM_SELECTIONS to limit which selections we copy | Chris Down | 1 | +20 | -2 |
2018-02-19 15:41 | Remove CM_ONESHOT-specific logic in flock failure checks | Chris Down | 1 | +2 | -8 |
2018-02-19 15:12 | Merge branch 'async' into develop | Chris Down | 1 | +25 | -36 |
2018-02-19 15:11 | Make sure we don't break #34 in new pre-ownership | Chris Down | 1 | +4 | -1 |
2018-02-19 15:07 | Use xsel -o/-i instead of -k | Chris Down | 1 | +1 | -1 |
2018-02-19 15:04 | Make main work block async | Chris Down | 1 | +4 | -1 |
2018-02-19 15:01 | Take clipboard ownership prior to clipnotify | Chris Down | 1 | +13 | -15 |
2018-02-19 14:51 | Remove last_data checks | Chris Down | 1 | +5 | -20 |
2018-02-19 14:43 | Use `xsel -k`, instead of `-o` -> `-i` | Chris Down | 1 | +1 | -1 |
2018-02-08 01:04 | Fall back to polling if clipnotify fails | Chris Down | 1 | +5 | -2 |
2018-02-08 00:58 | Merge branch 'release/4.1.0' | Chris Down | 2 | +26 | -9 |
2018-02-08 00:55 | Add messages when clipnotify is not detected | Chris Down | 1 | +5 | -0 |
2018-02-05 23:52 | Add note in readme about new non-polling mode | Chris Down | 1 | +8 | -8 |
2018-02-05 23:49 | Add optional support for clipnotify to avoid polling | Chris Down | 1 | +13 | -1 |
2017-10-29 10:40 | Don't attempt to write to sockets represented as files | Chris Down | 1 | +4 | -1 |
2017-10-29 02:04 | Use /proc/self/fd/2 instead of /dev/stderr where possible | Chris Down | 1 | +8 | -1 |
2017-10-25 00:58 | Merge branch 'release/4.0.0' | Chris Down | 6 | +80 | -44 |
2017-10-25 00:57 | Bump major_version to 4 | Chris Down | 4 | +4 | -4 |
2017-10-24 20:53 | If CM_MAX_CLIPS is 0, don't truncate | Chris Down | 1 | +13 | -11 |
2017-10-24 17:14 | Prefer $XDG_RUNTIME_DIR for storage | Chris Down | 4 | +12 | -8 |
2017-10-24 15:14 | Only keep $CM_MAX_CLIPS newest clips | Chris Down | 1 | +15 | -0 |
2017-10-24 15:30 | Avoid double writing if both selections are the same | Chris Down | 1 | +11 | -5 |
2017-10-24 15:03 | Gate new clipboard entry output on CM_DEBUG | Chris Down | 1 | +1 | -2 |
2017-05-31 19:01 | Add more documentation on -h/--help for clipmenu{,d} | Chris Down | 2 | +25 | -9 |
2017-05-30 08:06 | Remove unused last_filename | Chris Down | 1 | +0 | -2 |
2017-05-30 08:03 | Use $TMPDIR as base for cache directory | Chris Down | 2 | +10 | -7 |
2017-05-30 08:02 | systemd service: Don't restrict to only /tmp | Chris Down | 1 | +0 | -3 |
2017-05-30 07:58 | Remove partial clip dedupe support | Chris Down | 1 | +0 | -9 |
2017-05-30 07:55 | Add a note about using CM_ONESHOT, per #47 | Chris Down | 1 | +5 | -0 |
2017-05-10 09:05 | Do not sleep initially in oneshot mode | Chris Down | 1 | +1 | -1 |
2017-03-19 10:06 | Merge branch 'release/3.2.0' | Chris Down | 4 | +63 | -17 |
2017-03-19 09:54 | Test CM_LAUNCHER | Chris Down | 1 | +8 | -5 |
2017-03-19 09:54 | Pass args in dmenu/rofi shims | Chris Down | 1 | +5 | -1 |
2017-03-19 09:48 | Use a function insted of an alias for dmenu shim | Chris Down | 1 | +5 | -1 |
2017-03-19 09:43 | Add demo GIF | Chris Down | 1 | +4 | -0 |
2017-03-19 08:00 | Forcibly add -dmenu if using rofi as $CM_LAUNCHER | Chris Down | 1 | +5 | -0 |
2017-03-19 07:55 | Mention rofi in readme | Chris Down | 1 | +3 | -1 |
2017-03-19 07:52 | Add clipmenu --help | Chris Down | 1 | +14 | -0 |
2017-03-19 07:45 | Use CM_* env vars | Chris Down | 3 | +12 | -8 |
2017-03-19 07:40 | Add $CM_LAUNCHER env variable | Chris Down | 1 | +3 | -1 |
2017-03-19 07:31 | Use stderr for xsel logging when detached | Chris Down | 2 | +2 | -2 |
2017-03-19 07:29 | Log new clipboard entries without $DEBUG | Chris Down | 1 | +4 | -0 |
2017-03-17 01:20 | Merge branch 'release/3.1.0' | Chris Down | 1 | +28 | -2 |
2017-03-17 01:18 | clipmenud: Time out all calls to xsel after 1 second | Chris Down | 1 | +1 | -1 |
2017-03-17 01:14 | Use wrapper for xsel to avoid having to pass --logfile again and again | Chris Down | 1 | +6 | -2 |
2017-03-08 03:37 | Add `--logfile /dev/null` to the xsel command | drake-on-mandrake | 1 | +1 | -1 |
2017-02-18 01:45 | Add oneshot mode support | Chris Down | 1 | +13 | -3 |
2017-02-18 01:39 | Add locking support | Chris Down | 1 | +12 | -0 |
2017-02-17 19:06 | Merge branch 'release/3.0.1' | Chris Down | 1 | +0 | -10 |
2017-02-17 19:05 | Do not filter syscalls in systemd init | Chris Down | 1 | +0 | -10 |
2017-02-17 17:07 | Merge branch 'release/3.0.0' | Chris Down | 8 | +245 | -116 |
2017-02-17 17:06 | Remove old version file, we now use versioned dirs | Chris Down | 1 | +0 | -6 |
2017-02-17 17:02 | Set -x in test-clipmenu | Chris Down | 1 | +3 | -0 |
2017-02-17 16:55 | Put $major_version in cache_dir to avoid upgrade incompatibility | Chris Down | 4 | +19 | -12 |
2017-02-17 16:50 | Remove xclip support | Chris Down | 3 | +3 | -18 |
2017-02-17 16:45 | Add systemd unit | Chris Down | 2 | +34 | -0 |
2017-01-15 09:48 | tests: Add clipmenu test | Chris Down | 3 | +77 | -0 |
2017-01-12 08:34 | readme: Escape colour codes | Chris Down | 1 | +1 | -1 |
2017-01-11 11:35 | Add version to $cache_dir | Chris Down | 1 | +6 | -1 |
2017-01-11 11:33 | Put vars above functions | Chris Down | 1 | +3 | -3 |
2017-01-11 11:28 | Fix parens in README | Chris Down | 1 | +1 | -1 |
2017-01-07 14:30 | Use awk instead of uniq to only keep latest, even if not adjacent | Chris Down | 1 | +1 | -1 |
2017-01-06 17:50 | Document behaviour in README | Chris Down | 1 | +27 | -3 |
2017-01-06 17:36 | Merge branch 'release/2.0.0' | Chris Down | 3 | +140 | -71 |
2017-01-06 17:34 | Merge branch 'perf' into develop | Chris Down | 3 | +138 | -69 |
2017-01-06 17:28 | Don't mention non-existing clipmenu-fsck | Chris Down | 1 | +1 | -1 |
2017-01-06 16:46 | Remove print_debug_info, this was never very useful | Chris Down | 2 | +0 | -36 |
2017-01-06 14:53 | perf: Don't use date, use CRC instead | Chris Down | 3 | +14 | -29 |
2017-01-06 14:02 | perf: Add naive but performant path | Chris Down | 1 | +25 | -10 |
2017-01-06 12:52 | perf: Don't use printf with ordered_selections | Chris Down | 1 | +1 | -3 |
2017-01-06 12:03 | Have clipmenud cache first lines | Chris Down | 2 | +41 | -24 |
2017-01-06 10:48 | Add test-perf script | Chris Down | 1 | +90 | -0 |
2016-11-29 23:25 | Add `--logfile /dev/null` to xsel commands | kesha-on-disc | 2 | +3 | -3 |
2016-11-09 11:38 | Only take ownership of clipboard if we would not skip this clip | Chris Down | 1 | +19 | -15 |
2016-11-07 08:45 | blank check: Use [:space:], not [:blank:] | Chris Down | 1 | +1 | -1 |
2016-11-05 18:05 | Use -o when running xsel | Chris Down | 1 | +2 | -2 |
2016-11-04 02:36 | Uniquify adjacent identical selection items | Chris Down | 1 | +1 | -1 |
2016-11-02 22:55 | Fix blank check | Chris Down | 1 | +1 | -1 |
2016-11-02 14:49 | Add tons of debug logging | Chris Down | 1 | +58 | -2 |
2016-06-21 21:05 | replaced md5 logic by using current time with nanoseconds (refs #20) | GSI2016 | 1 | +1 | -3 |
2016-06-22 15:50 | Silence shellcheck warning about mkdir -pm | Chris Down | 1 | +3 | -0 |
2015-10-26 11:10 | License as public domain | Chris Down | 1 | +4 | -12 |
2015-10-07 18:03 | Remove partial clips | Chris Down | 1 | +13 | -2 |
2015-09-14 12:40 | Tidy up clipboard ownership code to be 80 characters wide | Chris Down | 1 | +15 | -7 |
2015-09-14 12:01 | Don't take ownership of PRIMARY, comment about this behavior | Streetwalrus Einstein | 1 | +7 | -2 |
2015-09-11 20:29 | Take over the clipboard to persist it after the owner quits | Streetwalrus Einstein | 1 | +2 | -0 |
2015-09-06 12:59 | Add comments to clipmenu where it could be helpful for future devs | Chris Down | 1 | +15 | -6 |
2015-09-06 12:58 | Do not deduplicate lines before sending to dmenu | Chris Down | 1 | +1 | -1 |
2015-09-06 00:43 | Reduce default poll time down to 0.5 seconds | Chris Down | 1 | +1 | -1 |
2015-08-22 22:13 | Use chrisdown.name as URL in LICENSE | Chris Down | 1 | +1 | -1 |
2015-08-22 22:08 | Remove ability to override default dmenu lines with CLIPMENU_LINES | Chris Down | 1 | +1 | -3 |
2015-08-22 22:02 | Add ISC license | Chris Down | 1 | +13 | -0 |
2015-08-22 18:40 | Set nullglob to avoid "bad array subscript" when no files exist | Chris Down | 1 | +2 | -0 |
2015-08-22 18:37 | Merge branch 'feature/travis' into develop | Chris Down | 1 | +17 | -0 |
2015-08-22 18:29 | Add Travis CI configuration | Chris Down | 1 | +17 | -0 |
2015-08-22 18:28 | Revert "Remove CLIPMENU_LINES support" | Chris Down | 1 | +3 | -1 |
2015-08-22 12:13 | Limit number of characters displayed in "first line" dmenu selector to 500 | Chris Down | 1 | +4 | -1 |
2015-08-07 18:15 | Merge branch 'master' into develop | Chris Down | 0 | +0 | -0 |
2015-08-07 18:15 | Merge tag '1.0.0' | Chris Down | 2 | +20 | -6 |
2015-08-07 18:13 | xsel: Pass `-i` flag to fix mysterious issue with i3-msg | Chris Down | 1 | +1 | -1 |
2015-08-07 17:29 | Remove CLIPMENU_LINES support | Chris Down | 1 | +1 | -4 |
2015-07-28 03:19 | Document why we add/remove an "x" when grabbing the clipboard data | Chris Down | 1 | +3 | -0 |
2015-07-28 03:16 | Set perms to 0700 when creating cache dir | Chris Down | 1 | +1 | -1 |
2015-04-12 17:51 | Sort selections by recency | Chris Down | 2 | +14 | -3 |
2015-07-28 03:01 | Make clipmenu cache directory user-specific | Chris Down | 2 | +2 | -2 |
2015-07-28 02:58 | Make sure that the clipboard data is not just whitespace before copying | Chris Down | 1 | +1 | -1 |
2015-07-09 08:53 | Note how argument handling works when passing to dmenu | Chris Down | 1 | +4 | -0 |
2015-02-08 17:45 | Allow overriding dmenu_lines using CLIPMENU_LINES | Chris Down | 1 | +1 | -1 |
2015-02-08 17:42 | Show first non-empty line in dmenu | Chris Down | 1 | +1 | -1 |
2015-02-08 17:36 | Add xclip support | Chris Down | 2 | +11 | -2 |
2014-02-05 10:51 | Do not write to file if last selection data is the same | Chris Down | 1 | +5 | -0 |
2014-02-05 10:24 | Pass arguments through to dmenu | Chris Down | 1 | +1 | -1 |
2014-02-05 10:06 | Do not add newline when copying clipboard data to file | Chris Down | 1 | +1 | -1 |
2014-02-05 10:02 | Check that there really is some data before storing it | Chris Down | 1 | +3 | -0 |
2014-02-05 09:48 | readme: Replace all references about xclip with xsel | Chris Down | 1 | +2 | -2 |
2014-02-05 09:48 | Use xsel when copying to clipboard, not xclip | Chris Down | 1 | +3 | -1 |
2014-02-05 09:45 | Copy from both clipboard and primary selections | Chris Down | 1 | +8 | -8 |
2014-02-05 09:42 | Add readme | Chris Down | 1 | +7 | -0 |
2014-02-05 09:16 | Copy chosen line's content to the clipboard | Chris Down | 1 | +5 | -1 |
2014-02-05 09:12 | Add script to run dmenu with selections | Chris Down | 1 | +20 | -0 |
2014-02-05 08:57 | Add clipmenu daemon | Chris Down | 1 | +15 | -0 |