Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.
/ path-parse Public archive

Parse the PATH environment variable portably

Notifications You must be signed in to change notification settings

eudoxia0/path-parse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

path-parse

Build Status Coverage Status

Parse the PATH environment variable, portable.

Usage

CL-USER> (ql:quickload :path-parse)
To load "path-parse":
  Load 1 ASDF system:
    path-parse
; Loading "path-parse"

(:PATH-PARSE)
CL-USER> (path-parse:path)
(#P"/usr/local/bin/" #P"/usr/bin/" #P"/bin/" #P"/usr/local/games/"
 #P"/usr/games/")

License

Copyright (c) 2016 Fernando Borretti

Licensed under the MIT License.

About

Parse the PATH environment variable portably

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published