RSS Feed

Lisp Project of the Day

path-parse

You can support this project by donating at:

Donate using PatreonDonate using Liberapay

Or see the list of project sponsors.

path-parseutils

Documentation๐Ÿ˜€
Docstrings๐Ÿ˜€
Tests ๐Ÿ˜€
Examples๐Ÿ˜€
RepositoryActivity๐Ÿคจ
CI ๐Ÿ˜€

This is a small utility library by Fernando Borretti. The only function it has is PATH variable parsing. But it does it really well.

Path-parse works on Windows and Unix (OSX):

POFTHEDAY> (path-parse:path)

(#P"/Users/art/.roswell/bin/"
 #P"/Users/art/.bin/"
 #P"/Users/art/.dotfiles/bin/"
 #P"/usr/local/bin/"
 #P"/usr/bin/"
 #P"/bin/"
 #P"/usr/sbin/"
 #P"/sbin/")

That is it for today. Tomorrow I'll try to find something more interesting!


Brought to you by 40Ants under Creative Commons License