~kaction/forge-link

96b7c620 — Dmitry Bogatov 1 year, 9 months ago master
Lift constraint on current directory

Now "forge-link" works even if current directory is outside of git repository
of target file.
34e1f354 — Dmitry Bogatov 1 year, 9 months ago
Add support for ssh sourcehut remotes
d12cce35 — Dmitry Bogatov 1 year, 9 months ago
Simplify code to handle files not in repository root
19384d70 — Dmitry Bogatov 1 year, 9 months ago
Add support for github
e343311e — Dmitry Bogatov 4 years ago
Write Nix derivation for package
09b40104 — Dmitry Bogatov 4 years ago
Correctly handle remotes other than supported forges
cb1a3250 — Dmitry Bogatov 4 years ago
Fix portability to Bash

GNU Bash, unlike mksh, do not consider "cd /path/to/regular/file/.." and "cd
/path/to/regular" equivalent, and complains about regular file not being
directory instead.
49694809 — Dmitry Bogatov 4 years ago
Initial revision