/mark

mark a file to be copied/moved to a different location.

Primary LanguageShellMIT LicenseMIT

Mark a file/directory

This tool selects a file/directory and processes it with another tool such as Paste or Move.

$ mark file.txt

At this point, we have a string file.txt in tmp/target_content.

Example of using the Past tool

$ past

past without arguments copies the file/directory content in the file /tmp/target_content to this working directory.

Contribution

  • This project requires many PRs to handle permission errors, redundancy, and storage limits.
  • This project should be refactored in another programming language such as C, Rust, or Go.