BarbUk
|
5c3781ceb6
|
Format code using shfmt
|
2024-02-16 08:27:57 +01:00 |
|
BarbUk
|
8935c2c131
|
Use bash from environnment
|
2023-07-04 11:51:12 +02:00 |
|
BarbUk
|
97c3663849
|
Add a comment explaining why we are disabling errexit for wl-paste
|
2023-04-27 09:49:11 +02:00 |
|
BarbUk
|
ba4e8a1d66
|
Remove uneeded exit
|
2023-04-27 09:48:32 +02:00 |
|
BarbUk
|
4bf3e46660
|
Fix SC2015
|
2023-04-27 09:48:08 +02:00 |
|
BarbUk
|
271b7227b4
|
Fix SC2295
|
2023-04-27 09:47:45 +02:00 |
|
Julien
|
d24d08b1df
|
Merge pull request #3 from hellmouthxyz/snippy-sway
Basic sway support
|
2023-04-24 07:58:06 +02:00 |
|
d
|
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.
|
2023-04-22 17:10:15 -04:00 |
|
Julien
|
ce800bc003
|
Merge pull request #2 from masterdam79/clipboard-shenannigans
Clipboard shenannigans
|
2023-02-10 15:49:20 +04:00 |
|
Julien
|
8e9225d950
|
Merge pull request #1 from masterdam79/snippy-folder-or-config-snippy-folder
documentation consistent with script
|
2023-02-09 20:51:02 +04:00 |
|
Richard Reijmers CMC
|
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.
|
2023-02-09 17:07:38 +01:00 |
|
Richard Reijmers CMC
|
b15d8b2493
|
Fixed bug where on terminal windows content of tmpfile was not pasted.
|
2023-02-09 16:55:16 +01:00 |
|
Richard Reijmers CMC
|
08cf25da48
|
documentation consistent with script
|
2023-02-09 16:00:26 +01:00 |
|
BarbUk
|
e96740b277
|
xdotool is required
|
2022-04-26 09:28:06 +02:00 |
|
BarbUk
|
40f18ab1fa
|
Snippy has it's own repo now !
|
2022-03-17 08:30:54 +01:00 |
|
BarbUk
|
3eb60c9626
|
Make sleep time configurable
|
2021-11-12 11:52:30 +01:00 |
|
BarbUk
|
c4a53091af
|
Fix shellcheck issue 2155
|
2021-11-12 11:52:18 +01:00 |
|
BarbUk
|
d330281b59
|
Update readme
|
2021-06-18 14:05:56 +04:00 |
|
BarbUk
|
aa454f8ca2
|
Disable shellcheck warning for readonly var
|
2021-06-18 14:03:12 +04:00 |
|
BarbUk
|
61507d8f3d
|
Fix shellcheck warnings
|
2021-06-18 13:59:47 +04:00 |
|
BarbUk
|
92e2f9b8af
|
Change timeout to handle slow web apps
|
2021-06-18 13:49:01 +04:00 |
|
BarbUk
|
ca67e806a7
|
Always sort output
|
2021-06-18 13:47:06 +04:00 |
|
BarbUk
|
2c30426b60
|
Use xdg dir and default sort fzf
|
2021-06-18 13:46:14 +04:00 |
|
BarbUk
|
60460e7644
|
Update readme
|
2020-09-01 18:34:14 +04:00 |
|
BarbUk
|
510cdb9ede
|
Several update:
* remove sponge requirement, use awk inline instead
* add jq requirement and introduce {clipboard_urlencode} placeholder
* rename placeholder var
|
2020-09-01 18:30:02 +04:00 |
|
BarbUk
|
6fb332f5de
|
Add readme
|
2020-07-03 14:59:20 +04:00 |
|
BarbUk
|
70921a3e3f
|
Fix paste when focus is slow
|
2020-07-03 14:34:06 +04:00 |
|
BarbUk
|
af7bfe9d6f
|
Big update to snippy:
* cli mode
- list / cat snippets
- add / edit snippets
- search and view with fzf
|
2020-06-19 10:36:39 +04:00 |
|
BarbUk
|
88fd9418a3
|
Handle snippet without EOL
fix #3
|
2020-05-08 20:45:41 +04:00 |
|
BarbUk
|
539c487bf0
|
Use xsel instead of xclip when target is not necessary and clean
clipboard before using it
|
2020-04-13 17:05:07 +04:00 |
|
BarbUk
|
6aae510e0f
|
Fix #2
|
2020-03-13 16:04:25 +04:00 |
|
BarbUk
|
68344d6643
|
Check if snippet dir exists and create first snippet
|
2020-03-09 17:09:50 +04:00 |
|
BarbUk
|
59fa862a8f
|
Use xdg config dir to store snippets
|
2020-03-09 17:09:15 +04:00 |
|
BarbUk
|
4038f3fbab
|
Remove youtube link from snippy as it does not show the current state of
snippy
|
2020-03-09 17:08:31 +04:00 |
|
BarbUk
|
8613b99c4e
|
New snippy features !
* copy script content when selection is selected by CTRL+Return
* icons ! Icon name is set from first dir name
|
2020-02-17 11:35:05 +04:00 |
|
BarbUk
|
4439676c5a
|
Detect vim to handle cursor position
|
2020-02-09 10:13:14 +04:00 |
|
BarbUk
|
770da804d3
|
Less sleep
|
2020-01-28 10:10:19 +04:00 |
|
BarbUk
|
7026d6a2b8
|
More sleep to handle slow js textarea in chrome
|
2019-12-17 10:56:21 +04:00 |
|
BarbUk
|
ccb74ebb85
|
Documentation
|
2019-10-28 15:11:09 +04:00 |
|
BarbUk
|
9305bb28cc
|
Use long options in script
|
2019-10-28 15:08:28 +04:00 |
|
BarbUk
|
a398357fb1
|
Don't write empty $content in tmpfile and return if tmpfile is empty
|
2019-10-28 15:07:53 +04:00 |
|
BarbUk
|
c172cc4e67
|
Handle tmpfile in snippet
|
2019-10-28 15:07:24 +04:00 |
|
BarbUk
|
7181da294b
|
Handle rich snippet
|
2019-10-28 15:06:57 +04:00 |
|
BarbUk
|
b930df4b92
|
Rename bashdown2 function with bashdown_simple
|
2019-10-28 15:06:05 +04:00 |
|
BarbUk
|
71e9e29929
|
Some app need more time to focus and handle the paste event
|
2019-08-30 13:27:47 +04:00 |
|
BarbUk
|
00df7628e9
|
Add a new version of bashdown
|
2019-05-17 17:46:00 +04:00 |
|
BarbUk
|
ee60bd3432
|
Update snippy to handle empty snippets
|
2019-02-14 17:01:04 +04:00 |
|
BarbUk
|
02976d1829
|
Update snippy to execute bash script in scripts dir
|
2019-02-01 10:39:51 +04:00 |
|
BarbUk
|
f0a5ab1273
|
Handle clipboard replace only for snippet with a clipboard placeholder
Current clipboard is saved after bashdown template.
Bashdown command can now work with the clipboard
|
2018-12-27 15:38:55 +04:00 |
|
BarbUk
|
4cb85271cc
|
Remove last EOL added by awk substitution
|
2018-12-22 16:22:43 +04:00 |
|