Junk Drawer Logo Junk Drawer

For all those little papers scattered across your desk

:tada: Announcing the release of plink! :tada:

D. Ben Knoble on 15 Jul 2019 in Release

I am pleased to announce the release of version 1.0.0 of plink! You can find its online documentation on GitHub. (I did the thing this weekend!)

What is it?

plink provides a drop-in replacement for managing dotfiles via make(1), and it does so with a DSL designed for symlinks.

Why is this needed?

Managing symlinks with make is nice, but prone to error, particularly if you stick to POSIX. This solves that problem.

How?

Perl, baby, Perl.

No, how do I use it?

Clone plink as a submodule of your dotfiles, mv Makefile dotfiles.plink, and put this shebang at the beginning:

#! /usr/bin/env plink_submodule/Plink.pm

Run the file (chmod u+x dotfiles.plink), and then use make as usual! env can be replaced with perl if you don’t have it.

You can then start to take of plink syntax, all documented in the module and on GitHub.

Also see vim-plink for vim syntax files!

How can I help?

Use the code! Read it, help improve the documentation, report bugs, etc.

Dive in to our issue tracker, and see if there’s something you can help with.

Write more tests (we’ll never have perfect coverage).


Tags:

Categories: Release

Load Comments
Previous Next
Back to posts