Commit Graph

  • c322550550 initial clone master yuriy 2025-01-13 12:08:35 -0500
  • 6f09b65029
    Spacing BarbUk 2024-03-18 06:54:04 +0100
  • dfd71a5b6e
    Add -i option to make dmemu mode case insensitive BarbUk 2024-03-18 06:53:51 +0100
  • eeec540c05
    Replace hidden char BarbUk 2024-03-18 06:53:37 +0100
  • a01056d18a
    Add sort and sorting-method option BarbUk 2024-02-16 08:28:25 +0100
  • 5c3781ceb6
    Format code using shfmt BarbUk 2024-02-16 08:27:57 +0100
  • 8935c2c131
    Use bash from environnment BarbUk 2023-07-04 11:51:12 +0200
  • 97c3663849
    Add a comment explaining why we are disabling errexit for wl-paste BarbUk 2023-04-27 09:49:11 +0200
  • ba4e8a1d66
    Remove uneeded exit BarbUk 2023-04-27 09:48:32 +0200
  • 4bf3e46660
    Fix SC2015 BarbUk 2023-04-27 09:48:08 +0200
  • 271b7227b4
    Fix SC2295 BarbUk 2023-04-27 09:47:45 +0200
  • d24d08b1df
    Merge pull request #3 from hellmouthxyz/snippy-sway Julien 2023-04-24 07:58:06 +0200
  • c46be8418e Added basic support for the sway Wayland compositor. If the WAYLAND_DISPLAY environment variable is set, wtype/wl-copy/wl-paste are used instead of xdotool/xsel/xclip. d 2023-04-22 17:10:15 -0400
  • ce800bc003
    Merge pull request #2 from masterdam79/clipboard-shenannigans Julien 2023-02-10 15:49:20 +0400
  • 8e9225d950
    Merge pull request #1 from masterdam79/snippy-folder-or-config-snippy-folder Julien 2023-02-09 20:51:02 +0400
  • c4603aa267 Introduced a small sleep time to allow sufficient time between the contents of tmpfile to be pasted if is_gui and restoring the previous clipboard. Richard Reijmers CMC 2023-02-09 17:07:38 +0100
  • b15d8b2493 Fixed bug where on terminal windows content of tmpfile was not pasted. Richard Reijmers CMC 2023-02-09 16:55:16 +0100
  • 08cf25da48 documentation consistent with script Richard Reijmers CMC 2023-02-09 16:00:26 +0100
  • e96740b277
    xdotool is required BarbUk 2022-04-26 09:27:59 +0200
  • 40f18ab1fa
    Snippy has it's own repo now ! BarbUk 2022-03-17 08:30:54 +0100
  • 3eb60c9626
    Make sleep time configurable BarbUk 2021-11-12 11:52:30 +0100
  • c4a53091af
    Fix shellcheck issue 2155 BarbUk 2021-11-12 11:52:18 +0100
  • d330281b59
    Update readme BarbUk 2021-06-18 14:05:56 +0400
  • aa454f8ca2
    Disable shellcheck warning for readonly var BarbUk 2021-06-18 14:03:12 +0400
  • 61507d8f3d
    Fix shellcheck warnings BarbUk 2021-06-18 13:59:47 +0400
  • 92e2f9b8af
    Change timeout to handle slow web apps BarbUk 2021-06-18 13:49:01 +0400
  • ca67e806a7
    Always sort output BarbUk 2021-06-18 13:47:06 +0400
  • 2c30426b60
    Use xdg dir and default sort fzf BarbUk 2021-06-18 13:46:14 +0400
  • 60460e7644
    Update readme BarbUk 2020-09-01 18:34:14 +0400
  • 510cdb9ede
    Several update: BarbUk 2020-09-01 18:30:02 +0400
  • 6fb332f5de
    Add readme BarbUk 2020-07-03 14:59:20 +0400
  • 70921a3e3f
    Fix paste when focus is slow BarbUk 2020-07-03 14:34:06 +0400
  • af7bfe9d6f Big update to snippy: BarbUk 2020-06-19 10:36:39 +0400
  • 88fd9418a3 Handle snippet without EOL BarbUk 2020-05-08 20:45:41 +0400
  • 539c487bf0 Use xsel instead of xclip when target is not necessary and clean clipboard before using it BarbUk 2020-04-13 17:05:07 +0400
  • 6aae510e0f Fix #2 BarbUk 2020-03-13 16:04:25 +0400
  • 68344d6643 Check if snippet dir exists and create first snippet BarbUk 2020-03-09 17:09:50 +0400
  • 59fa862a8f Use xdg config dir to store snippets BarbUk 2020-03-09 17:09:15 +0400
  • 4038f3fbab Remove youtube link from snippy as it does not show the current state of snippy BarbUk 2020-03-09 17:08:31 +0400
  • 8613b99c4e New snippy features ! BarbUk 2020-02-17 11:35:05 +0400
  • 4439676c5a Detect vim to handle cursor position BarbUk 2020-02-09 10:13:14 +0400
  • 770da804d3 Less sleep BarbUk 2020-01-28 10:10:19 +0400
  • 7026d6a2b8 More sleep to handle slow js textarea in chrome BarbUk 2019-12-17 10:56:21 +0400
  • ccb74ebb85 Documentation BarbUk 2019-10-28 15:11:09 +0400
  • 9305bb28cc Use long options in script BarbUk 2019-10-28 15:08:28 +0400
  • a398357fb1 Don't write empty $content in tmpfile and return if tmpfile is empty BarbUk 2019-10-28 15:07:53 +0400
  • c172cc4e67 Handle tmpfile in snippet BarbUk 2019-10-28 15:07:24 +0400
  • 7181da294b Handle rich snippet BarbUk 2019-10-28 15:06:57 +0400
  • b930df4b92 Rename bashdown2 function with bashdown_simple BarbUk 2019-10-28 15:06:05 +0400
  • 71e9e29929 Some app need more time to focus and handle the paste event BarbUk 2019-08-30 13:27:47 +0400
  • 00df7628e9 Add a new version of bashdown BarbUk 2019-05-17 17:46:00 +0400
  • ee60bd3432 Update snippy to handle empty snippets BarbUk 2019-02-14 17:01:04 +0400
  • 02976d1829 Update snippy to execute bash script in scripts dir BarbUk 2019-02-01 10:39:51 +0400
  • f0a5ab1273 Handle clipboard replace only for snippet with a clipboard placeholder BarbUk 2018-12-27 15:28:22 +0400
  • 4cb85271cc Remove last EOL added by awk substitution BarbUk 2018-12-22 16:22:43 +0400
  • ec8e31a946 Fix trap to delete temp file BarbUk 2018-12-22 16:22:22 +0400
  • 0437577983 Rewrite snippy utility BarbUk 2018-12-22 01:25:15 +0400
  • 9bc10ed984 alacritty support BarbUk 2018-09-28 16:03:11 +0200
  • a1a82bd395 Snippy: Detect kitty as a terminal BarbUk 2018-06-21 10:01:42 +0400
  • 6279234f22 Snippy: don't force the number odf line to display. BarbUk 2018-06-21 10:01:00 +0400
  • 9658cc1405 do not mangle space in while read line loop BarbUk 2018-05-23 18:01:41 +0400
  • 749b08929b add a check to execute command beginning by $ BarbUk 2018-05-17 15:36:07 +0400
  • a684117ab6 remove useless redirect BarbUk 2018-04-22 09:50:52 +0400
  • 022899ced8 correct function name BarbUk 2018-02-01 23:49:44 +0400
  • cd7024ff25 rofi change theme BarbUk 2017-11-07 23:57:18 +0400
  • de2dd6faf9 rofi BarbUk 2017-11-07 23:41:07 +0400
  • e3b06105a7 update BarbUk 2017-07-28 10:43:26 +0400
  • cef8eb1db0 shellcheck and grep -v git files BarbUk 2017-06-11 01:41:31 +0400
  • 09db4add05 update bash-it BarbUk 2017-05-27 01:08:35 +0400
  • 775ad8fad5 ignore .git files BarbUk 2017-04-13 11:17:31 +0400
  • 7e7b0a8c65 noparse header to disable bashdown on snippet BarbUk 2017-03-24 01:10:48 +0400
  • 36ccda5f30 i only use clippy with file content, not file name usefull with snippet like: $(pwgen -s 32 1) BarbUk 2017-01-29 02:43:23 +0400
  • 11862dc492 sync module BarbUk 2016-12-12 20:25:41 +0400
  • 61dd4cdbd2 explain why copyq exception BarbUk 2016-12-09 16:27:48 +0400
  • 0b6ecf9281 handle bang snippet and copyq BarbUk 2016-12-09 13:11:52 +0400
  • 9540fd85a5 use copyq as clipboard manager BarbUk 2016-12-06 18:42:01 +0400
  • 3a98394f40 integration with clipmenu https://github.com/cdown/clipmenu BarbUk 2016-11-10 19:51:06 +0400
  • 91246b35e3 add some info BarbUk 2016-11-05 11:41:50 +0400
  • 658307c3fa cursor placeholder performance BarbUk 2016-11-05 11:35:50 +0400
  • 8c500aefe0 handle {cursor} to place the cursor after gui paste BarbUk 2016-11-04 16:56:07 +0400
  • 7d01e47369 alfred snippet import BarbUk 2016-11-02 20:58:26 +0400
  • f3666c5fe7 merge scripts and bin BarbUk 2016-11-02 00:27:13 +0400