1
0
mirror of https://github.com/Morantron/tmux-fingers.git synced 2024-07-01 08:10:57 +02:00
tmux-fingers/scripts
Ryan Kemper 89baccf950 Match regexes for kubernetes api resources
* Grabbed a list of resources with the cmd:
    kubectl api-resources -o name | xargs '-I{}' -n 1 echo -n '{}|'

  * Removed plural endings for resources
    (this matches the format of the clusters I interact with)

Note: I would like to add an optional "match an optional s" to handle
cases where the resources are pluralized, although I *think*
the way kubernetes names resources, they don't appear as plural
when doing `kubectl get all` which is what the hinting is designed
for. But I'm not super experienced with awk so I haven't figured
that one out yet.
2018-08-28 10:04:18 +02:00
..
config.sh Match regexes for kubernetes api resources 2018-08-28 10:04:18 +02:00
debug.sh Improve performance with single-pass awk implementation 2016-08-21 17:57:09 +02:00
fingers.sh use printf instead of echo to address portability issues ( fixes #47 ) 2018-03-30 16:02:41 +02:00
health-check.sh minor formatting changes in health-check 2017-10-08 18:51:06 +02:00
help.sh add version to help screen 2017-04-23 19:04:55 +02:00
hinter.awk actually, rename conf theme envvars to @fingers-whatever-nocompact 2017-05-02 15:46:28 +02:00
hints.sh fix match lookup for POSIX sed 2018-03-11 00:22:42 +01:00
tmux-fingers.sh rebuild pane width/height using splits to prevent word wrapping glitch 2018-02-03 20:52:19 +01:00
utils.sh rebuild pane width/height using splits to prevent word wrapping glitch 2018-02-03 20:52:19 +01:00