Input text can be supplied:
- on the command line
- via a file (using the --file parameter)
- from stdin when txtproc is used in a pipeline
- via the clipboard (built-in on Windows or using a tool like xclip on Linux)
- to stdout, i.e. the console window or another tool in a pipeline (which again can be txtproc)
- back to the input file (i.e. modifying the input file)
- a new file (using redirection, i.e. the > symbol)
- back to the clipboard (built-in on Windows or using a tool like xclip on Linux)
txtproc Homepage - GitHub
txtproc Releases and Download page