- Notifications
You must be signed in to change notification settings - Fork4
Command line TOML processor
License
NotificationsYou must be signed in to change notification settings
4rbor/tq
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Command line TOML processor
$ brew tap 4rbor/tq$ brew install tq
Eventually, after several of the currently missing features are implementedwe may try to get this library into thehomebrew-coreformula, but for now you can use our custom tap.
# With standard input / bash piping$ cat Cargo.toml| tq'.'# With file argument$ tq -f Cargo.toml'.'$ tq --file Cargo.toml'.'
Today only the basics oftq
exist, but contributions are welcome! What's next?
- Basic filters
- Today, only the identity filter and object identifier index filter exist, the others still need to be implemented.
- Built in Operators and Functions
- Conditionals and Comparisons
- Regular Expressions
- Math
About
Command line TOML processor
Topics
Resources
License
Stars
Watchers
Forks
Packages0
No packages published