whereiam

Crates.iowhereiam
lib.rswhereiam
version1.1.0
sourcesrc
created_at2021-10-15 03:45:05.049314
updated_at2022-04-05 15:43:11.400411
descriptionPrint working directory.
homepagehttps://github.com/UltiRequiem/whereami
repositoryhttps://github.com/UltiRequiem/whereami
max_upload_size
id465215
size5,172
Eliaz Bobadilla (UltiRequiem)

documentation

README

Where I am?

An Implementation of pwd 🆒

Usage

Returns the current working directory in string format.

let path = where_i_am()?;

println!("{}", path);

CLI

Installation

cargo install whereiam

Or use a binary from releases.

Usage

Just like pwd 👇

whereiam

E.g: /home/justice/repos/whereiam

Authors

Eliaz Bobadilla - Creator and Maintainer 💪

See also the full list of 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 😆

Consider supporting me on Patreon if you like my work 🙏

Don't forget to start the repo ⭐

Licence

Licensed under the MIT License 📄

Commit count: 10

cargo fmt