An open API service indexing awesome lists of open source software.

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

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 πŸ“„