https://github.com/casey/fx
⚡FX
https://github.com/casey/fx
Last synced: 8 months ago
JSON representation
⚡FX
- Host: GitHub
- URL: https://github.com/casey/fx
- Owner: casey
- Created: 2018-08-29T03:32:00.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-21T06:02:43.000Z (almost 8 years ago)
- Last Synced: 2025-02-14T01:18:25.295Z (over 1 year ago)
- Language: Rust
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fx
## patterns
`fx` patterns are [rust-lang/regex](https://github.com/rust-lang/regex) regular expressions. A comprehensive description of their syntax can be found [here](https://docs.rs/regex/*/regex/).
## references
- https://9fans.github.io/plan9port/man/man7/plumb.html
- http://doc.cat-v.org/bell_labs/structural_regexps/se.pdf
## todo
- run clippy
- add color to error messages
- test formatting of all errors
- check for fzf and tmux on startup