summaryrefslogtreecommitdiffstats
path: root/.local/bin/displayselect
Commit message (Collapse)AuthorAgeFilesLines
* add comment, remove remaps from displayselectLuke Smith2023-02-061-1/+0
|
* Fixed edp1 botching dp1 grep (#861)ashprice2020-12-111-1/+1
| | | Co-authored-by: ashprice <vofan@tuta.io>
* Compatibility for FreeBSD's paste(1) (#853)anntnzrb2020-12-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * Compatibility for FreeBSD's paste(1) According to FreeBSD's [paste(1)](https://www.freebsd.org/cgi/man.cgi?query=paste&sektion=1&manpath=FreeBSD+12.2-RELEASE+and+Ports), the extra `-` is needed (tested by myself). This obviously works for Linux as well, tested on Void Linux at least. > Create a colon-separated list of directories named bin, > suitable for use in the PATH environment variable: `find / -name bin -type d | paste -s -d : -` * Compatibility for FreeBSD's paste(1) According to FreeBSD's [paste(1)](https://www.freebsd.org/cgi/man.cgi?query=paste&sektion=1&manpath=FreeBSD+12.2-RELEASE+and+Ports), the extra `-` is needed (tested by myself). This obviously works for Linux as well, tested on Void Linux at least. > Create a colon-separated list of directories named bin, > suitable for use in the PATH environment variable: `find / -name bin -type d | paste -s -d : -`
* fixLuke Smith2020-06-221-1/+1
|
* Shellcheck (#676)JameyBear2020-06-011-5/+5
| | | Co-authored-by: WhispersOfJ <kaotiks@gmail.com>
* fixLuke Smith2020-05-301-1/+1
|
* make use of setsid(1)'s `-f` flag (#652)Kian Kasad2020-05-301-1/+1
| | | Co-authored-by: Luke Smith <luke@lukesmith.xyz>
* replace `tr '\n' 'CHAR'` with `paste -sd 'CHAR'` (#625)Kian Kasad2020-05-091-1/+1
|
* feedback and autoconfig if single screenLuke Smith2020-04-201-6/+17
|
* pgrep is a little slow, slower than ps | grepLuke Smith2020-04-111-1/+1
|
* #!/bin/sh shebang. newline after universalized.Luke Smith2020-02-081-1/+1
|
* portable shebangLuke Smith2019-08-181-1/+1
|
* doxLuke Smith2019-06-011-4/+3
|
* massive cleanupLuke Smith2019-05-191-0/+73