Skip to content

Commit

Permalink
v0.0.15 adds --shell-equivalent flag
Browse files Browse the repository at this point in the history
  • Loading branch information
epogrebnyak committed Mar 2, 2024
1 parent 21cddc7 commit 73b02b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ so I wrote this utility to be able to explore `PATH` more easily.
My own use case for `justpath` was exploring and sanitizing the `PATH` on Windows together with Rapid Environment Editor.
I also find it useful to inspect `PATH` on a remote enviroment like Codespaces to detect invalid paths.

## Feedback
## Feedback

Some of positive feedback I got about the `justpath` package:

Expand Down Expand Up @@ -313,8 +313,7 @@ Scripting would also be a bit more problematic on Windows.
Check out the discussion at [Hacker News](https://news.ycombinator.com/item?id=39493363)
about bash and zsh scripts and `justpath` scenarios.

> [!TIP]
> `--shell-equivalent` flag provides a reference about one line commands for several shells.
> [!TIP] > `--shell-equivalent` flag provides a reference about one line commands for several shells.
> Try `justpath --raw --shell-equivalent` or `justpath --shell-equivalent`.
### Other utilities
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "justpath"
version = "0.0.14"
version = "0.0.15"
description = "Explore PATH environment variable on Windows and Linux."
authors = ["Evgeny Pogrebnyak <[email protected]>"]
license = "GNU"
Expand Down

0 comments on commit 73b02b9

Please sign in to comment.