https://github.com/UltiRequiem/whereiam
πΊοΈ An Implementation of pwd
https://github.com/UltiRequiem/whereiam
cli coreutils-programs crate pwd rust rustlang
Last synced: 3 months ago
JSON representation
πΊοΈ An Implementation of pwd
- Host: GitHub
- URL: https://github.com/UltiRequiem/whereiam
- Owner: UltiRequiem
- License: mit
- Created: 2021-10-15T03:20:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-05T19:36:44.000Z (over 3 years ago)
- Last Synced: 2025-06-23T22:18:49.117Z (3 months ago)
- Topics: cli, coreutils-programs, crate, pwd, rust, rustlang
- Language: Rust
- Homepage: https://crates.io/crates/whereiam
- Size: 8.79 KB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# Where I am?
An Implementation of pwd π
## Usage
Returns the current working directory in string format.
```rust
let path = where_i_am()?;println!("{}", path);
```## CLI
### Installation
```bash
cargo install whereiam
```Or use a binary from
[releases](https://github.com/UltiRequiem/whereiam/releases/latest).### Usage
Just like [`pwd`](https://en.wikipedia.org/wiki/Pwd) π
```bash
whereiam # /home/justice/repos/whereiam
```## Authors
[Eliaz Bobadilla](https://ultirequiem.com) - Creator and Maintainer πͺ
See also the full list of
[contributors](https://github.com/UltiRequiem/whereiam/contributors) who
participated in this project β¨## Support
Open an Issue, I will check it a soon as possible π
If you want to hurry me up a bit
[send me a tweet](https://twitter.com/UltiRequiem) πConsider [supporting me on Patreon](https://patreon.com/UltiRequiem) if you like
my work πDon't forget to start the repo β
## Licence
Licensed under the MIT License π