A very simple program to quickly copy frequently used file or project template to the current directory.
Warning
🚧 This program is still in development 🚧
- Build the executable
$ make release
$ ./build/pasteme
- Put your files or project templates in this directory:
- Linux, MacOS, *BSD:
$XDG_CONFIG_HOME/pasteme/
or~/.config/pasteme/
- Windows:
%APPDATA%\pasteme\
- Go to the directory you want to copy the file into and run the program from there.
Untested on Windows since I couldn't get odin compiler to work inside wine.