https://github.com/sunng87/urdict
command line urban dictionary
https://github.com/sunng87/urdict
Last synced: 3 months ago
JSON representation
command line urban dictionary
- Host: GitHub
- URL: https://github.com/sunng87/urdict
- Owner: sunng87
- License: apache-2.0
- Created: 2015-08-30T13:42:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-02-17T08:28:31.000Z (almost 8 years ago)
- Last Synced: 2025-03-28T16:38:30.341Z (10 months ago)
- Language: Rust
- Size: 51.8 KB
- Stars: 42
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# urdict
urdict is a command line urban dictionary,

and a dictd daemon

## Installation
With latest cargo, you can simply run: `cargo install urdict`
Otherwise, you will have to pull the repository and build by yourself:
`cargo build --release`
## License
Licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally
submitted for inclusion in the work by you, as defined in the Apache-2.0
license, shall be dual licensed as above, without any additional terms or
conditions.