17 releases (4 breaking)
0.5.0 | Apr 21, 2020 |
---|---|
0.4.9 | Apr 16, 2020 |
0.4.1 | Jan 20, 2020 |
0.3.3 | Jan 14, 2020 |
0.1.2 | Jan 11, 2020 |
72 downloads per month
18KB
391 lines
FCTool
Tool for creating files
Installation
- Install Cargo
- Run
cargo install fctool
Usage
fctool {input file}
Format
Examine this example input:
Warning: all files referenced will be cleared
[a, "b"]
This will be printed to files 'a' and 'b'
\[a, b]
[c]
This will be printed to file 'c'
[/]
The above cancels the previous rule
This will again be printed to files 'a', and 'b'
[+c -b]
This will be printed to files 'a' and 'c'
$[some_content]
Dependencies
~4–6.5MB
~119K SLoC