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