Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Path from environment variable

Certain programs depend on environment variables to know where to put things in. Sometimes you might also just want to script the deployment of your dotfiles. For both cases you can expand your path through an enviroment variables.

You can tell Tuckr to expand an environment variable by using %.

For example if you set an environment variable PROGRAM_PATH to /home/user/Documents/program and you have a dotfile with this file structure:

program
└── %PROGRAM_PATH
    └── config.txt

Tuckr will expand it to /home/user/Documents/program/config.txt.