Created
November 26, 2022 15:45
-
-
Save djanatyn/29b5a0ccf971aea46d57bf7370f54fc0 to your computer and use it in GitHub Desktop.
ganzu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[src/main.rs:284] (filter, file) = ( | |
Mimetype( | |
"text/plain", | |
), | |
FileSnapshot { | |
input_name: "/home/djanatyn/query.graphql", | |
absolute_path: "/home/djanatyn/query.graphql", | |
last_mtime: 1643587565, | |
mimetype: "text/plain", | |
}, | |
) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
meta version="1.0" created="1669472812" | |
matches { | |
file { | |
snapshot \ | |
input_name="query.graphql" \ | |
absolute_path="/home/djanatyn/query.graphql" \ | |
last_mtime="1643587565" | |
action { | |
move dest="/home/djanatyn/documents" | |
} | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Rule { | |
filters: vec![ | |
Filter::Mimetype("text/html"), | |
Filter::Mimetype("text/plain"), | |
], | |
action: FilterAction::Move { | |
dest: dest::DOCUMENTS, | |
}, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment