Skip to content

Commit

Permalink
Update version and build number
Browse files Browse the repository at this point in the history
  • Loading branch information
vyshnav-vinod committed May 24, 2024
1 parent e497442 commit 77b735f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# pathfinder

**Version : v0.1.1 Build : 202405222214**
**Version : v0.1.2 Build : 202405242303**

Pathfinder is a command-line tool that helps you navigate between directories without needing to specify the entire path. Simply specify the name of the directory you want to switch to, and Pathfinder will handle the rest. It also supports specifying entire paths if needed.

## Features

- Quickly switch from one directory to another without entering the full path
- Mention the parent directory to avoid jumping to other unwanted folders
- Pathfinder also supports full paths
- Use the `-b` flag to get back to the previous directory you were in
- Uses a cache to store frequently visited directories, so you can move between them faster
Expand Down Expand Up @@ -67,6 +68,11 @@ pf [directory name/path] (flags)
pf dirname
```

- Go to the folder named `dirname` under the `parentdir` folder
```bash
pf parentdir/dirname
```

- Go to the folder named `dirname` using full path
```bash
pf ~/Desktop/dirname
Expand Down
Binary file modified bin/pathfinder
Binary file not shown.

0 comments on commit 77b735f

Please sign in to comment.