8628448d5d
Also alias batcat
2022-01-07 15:55:25 +00:00
b89428cd32
Extract .tar.xz properly on Linux
2021-07-27 23:52:47 +01:00
85b531e773
Use a different bat theme
...
Don't use Solarized Dark theme because not all `bat` installs make it
available.
2021-07-14 21:21:58 +01:00
acfd0cdee4
More escape sequence utilities
...
* Add `tmux-dcs-passthrough` to passthrough escape sequences tmux
doesn't understand.
* Add `notify` to post a notification via the terminal emulator.
2021-06-17 22:46:14 +01:00
a7a8d7da8f
Properly extract .tar.xz on macOS
2021-06-17 22:46:14 +01:00
b694e9cdf5
Add copy and paste aliases to clipboard commands
...
Interact with the clipboard through the `copy` and `paste` aliases.
`copy` is defined when:
1. An `ssh` connection is detected, using OSC-52.
2. macOS is detected, using `pbcopy`.
3. `xsel` is detected.
`paste` is define when:
1. macOS is detected, using `pbpaste`.
2. `xsel` is detected.
2021-03-02 20:04:33 +00:00
d91d6b3534
Wrap bat with additional arguments
2021-03-02 20:02:30 +00:00
309a8833c8
Make using docker on macOS nicer
2021-02-20 15:36:26 +00:00
b842fb6437
Add utilities plugin with archive extract
command
2019-01-21 12:47:09 +00:00