``` Copyright (C) 2020-2022 TheAwiteb https://github.com/TheAwiteb/inrs
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
```
create
command.update
command.delete
command.bash
cargo install inrs
inrs --version
```bash
git clone https://github.com/theawiteb/inrs.git
cd inrs
cargo build --release
/usr/bin
(Unix like system) (need permission to move in /usr/bin
)~/.cargo/bin
if its exists and its in $PATH
sudo mv ./target/release/inrs /usr/bin/inrs
inrs --version ```
```
USAGE:
inrs --path
OPTIONS:
-h, --help Print help information
-p, --path
SUBCOMMANDS: create Create new language file 🔤 delete Delete translations by key 🚧 help Print this message or the help of the given subcommand(s) update Add/Update translation 🆕 ```
|Left|Right|
|:-:|:-:|
||
|
|
|
|
GNU General Public License version 3 of the license for more see https://www.gnu.org/licenses/