diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-10-30 10:39:38 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-10-30 10:39:38 +0200 |
| commit | 2a31393ecf448fb88d721ac09ef5b73bc8113ef7 (patch) | |
| tree | fd0dd1aceee9aaac31e55e25834f7bd074e6af1e /Makefile | |
| parent | b12b427f068a7b3302f227c3af8e90c18052ed64 (diff) | |
| download | scripts-2a31393ecf448fb88d721ac09ef5b73bc8113ef7.tar.gz scripts-2a31393ecf448fb88d721ac09ef5b73bc8113ef7.zip | |
Revert "Removed templess (I only used it with mmh)"
I actually used it to be able to pipe the content displayed by
less to an external command, which is used for example to find urls
in my emails with a less shortcut.
This reverts commit b12b427f068a7b3302f227c3af8e90c18052ed64.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -26,6 +26,7 @@ SCRIPTS = addressgrep \ | |||
| 26 | popup-terminal \ | 26 | popup-terminal \ |
| 27 | sfeed-browser \ | 27 | sfeed-browser \ |
| 28 | spawn \ | 28 | spawn \ |
| 29 | templess \ | ||
| 29 | togglemute \ | 30 | togglemute \ |
| 30 | translate \ | 31 | translate \ |
| 31 | urlgrep \ | 32 | urlgrep \ |
