Skip to content

Releases: epogrebnyak/justpath

Shell equivalents and symlinks

03 Mar 08:45
Compare
Choose a tag to compare
  • Added --shell-equivalents flag (#15)
  • Added --follow-symlinks flag (#11)

v0.0.12 justpath as single command

24 Feb 18:00
1b18fe7
Compare
Choose a tag to compare
  1. Changed CLI to be one command with flags:
justpath --raw  
justpath  
justpath --count  
justpath --invalid  
justpath --duplicates  
justpath --correct --string  
  1. Added --purge-duplicates that removes duplicate directories from PATH

  2. Modified --count output.

  3. Small writeup at https://polar.sh/epogrebnyak/posts/justpath-to-explore-path-quickly and hackernews

0.0.9 raw, show and count commands

28 Jan 21:01
Compare
Choose a tag to compare
  • Allows inspection and cleaning of PATH variable,
  • Three commands: raw, show and count
  • Feedback from a reddit post
  • Testing with CliRunner and subprocess.call
  • pip install justpath
  • Two stars on Github and two issues submitted by users