Crates.io | firo-parser |
lib.rs | firo-parser |
version | 0.1.0 |
source | src |
created_at | 2024-01-22 10:13:51.214164 |
updated_at | 2024-01-22 10:13:51.214164 |
description | Parser for the ".firo" file format. |
homepage | |
repository | https://github.com/evccyr/firo-parser |
max_upload_size | |
id | 1108614 |
size | 6,148 |
Parser for the ".firo" file format. Firo is a domain specific language for the file-rover cli tool..
Origin file specifies the origin paths of the files that need to be moved, renamed or removed. Example:
/home/evccyr/file.rs
plugin/file
folder/name with space.txt
Destination file is the file that specifies the destination paths for the file paths specified in the "origin.firo" file. Example:
/home/evccyr/file <date> .rs
plugin/calendar <!> 2024.pdf
<!> /tmp/something.txt
The fundamental tokens for ".firo" files are path_part(ex: /home/evccyr/file
) and pins(<date>
).