a command-line tool to generate GitHub links for your repository files directly from your terminal
to install ghlink you can follow the steps in the usage guide but basically can be installed using pip
pip install git+https://github.com/albertoperdomo2/ghlink.git
you can quickly set up ghlink with the new init command:
ghlink init --token YOUR_GITHUB_TOKEN
this creates a configuration file at ~/.config/ghlink/config
with your settings
(but the idea is to keep it as simple as possible)