Crates.io | identicode |
lib.rs | identicode |
version | 0.3.0 |
source | src |
created_at | 2022-05-29 09:55:21.301774 |
updated_at | 2022-05-29 13:00:09.234938 |
description | code that identifies you |
homepage | |
repository | https://github.com/gulje/identicode |
max_upload_size | |
id | 596429 |
size | 25,118 |
It can be downloaded and installed simply with the following command:
cargo install identicode
$ language mode
@ branch mode
? os mode
& others mode
+ add 1
* add 5
/ add 10
% add 50
= add 100
- substract 1
; push language/branch/os by current value in stack
When you use ;
, the string corresponding to the value in the stack is added whatever mode you are in.
For example, you want to add the Rust (index: 203)
language.
identicode
and it will give you your version. (ex. +++;
)$
==+++
;
.+++;$==+++;
You can also apply this process with operating systems (?
), branches (@
) and
others (&
).
If you can't find what you want, you can create a Pull Request!
All lists are present in src/data
folder. Add what you want to add at the bottom.
An item's index is found by (the line number it is in - 1)
.
identicode
will always be backwards compatible, so an identicode that works correctly
in your version will still work correctly in the newest versions.
identicode
is licensed under the terms of Apache License 2.0.