#file #rules #stack #filenames

app fctool

Tool for Creating Files

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
Download history 18/week @ 2023-05-26 18/week @ 2023-06-16 17/week @ 2023-06-23 14/week @ 2023-06-30 17/week @ 2023-07-07 1/week @ 2023-07-21 1/week @ 2023-07-28 18/week @ 2023-08-18 17/week @ 2023-08-25 17/week @ 2023-09-01 20/week @ 2023-09-08

72 downloads per month

MIT license

18KB
391 lines

FCTool

Tool for creating files

Installation

  1. Install Cargo
  2. 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