1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-08-06 22:32:54 +02:00

Add autocompletions

This commit is contained in:
Kelly Brazil
2022-09-27 11:49:41 -07:00
parent 03a2b35846
commit 32fddce8fb

View File

@ -52,6 +52,7 @@ jc changelog
`/proc/<pid>/statm` `/proc/<pid>/statm`
`/proc/<pid>/status` `/proc/<pid>/status`
- Magic syntax support for `/proc` files - Magic syntax support for `/proc` files
- Enhance bash and zsh autocompletions for `/proc` files
- Enhance `free` parser to support `-w` option integer conversions - Enhance `free` parser to support `-w` option integer conversions
- Fix `ini` and `kv` parsers so they don't change keynames to lower case - Fix `ini` and `kv` parsers so they don't change keynames to lower case
NOTE: This can be a breaking change in your scripts NOTE: This can be a breaking change in your scripts