o
odinpkg.dev
packages / library / pasteme

pasteme

0da5233library

A very simple program to quickly copy frequently used file.

MIT · updated 3 months ago

Pasteme

A very simple program to quickly copy frequently used file or project template to the current directory.

Warning

🚧 This program is still in development 🚧

Quick Start

  • 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.

Caveat

Untested on Windows since I couldn't get odin compiler to work inside wine.