Bura command helps to get rid of long commands.
Bura CLI is a command line tool that allows you to create long and different commands that you work with in a concise manner as you like (it can be simple or with input).
-
Download Bura CLI
V1.2.0
from Bura-win.raror
Bura-win.rar. -
Unrar Bura-win.rar in a folder like
C:\bura
-
Open RUN by shortcut
(WINDOWS_KEY + R_KEY)
. -
Type in RUN
SystemPropertiesAdvanced
. -
System Properties dialog should appear, click
Environment Variables
. -
In User variables (The Top section) select
Path
and click Edit. -
Add the new path to bura.exe folder like this
C:\bura
. -
Select OK, and OK again in Environment Variables, and OK in System Properties.
-
Close any Command prompt you using and open again.
-
Hooray, 🙌🤩🥳 now Bura CLI is successfully installed.
bura
-
Open terminal
(WINDOWS_KEY + ALT + T_KEY)
. -
Create a folder like
$HOME/bura
.mkdir $HOME/bura
-
Go in the created folder
cd $HOME/bura
-
Download Bura CLI
V1.2.0
.- If you download from these two links, transfer the Bura-linux.rar to the $HOME/bura.
Bura-win.rar
or
Bura-win.rar
mv bura-linux.rar $HOME/bura
- If you use the terminal.
curl –O https://s3.ir-thr-at1.arvanstorage.com/jepbura/bura-linux.rar
- If you download from these two links, transfer the Bura-linux.rar to the $HOME/bura.
Bura-win.rar
-
Unrar Bura-linux.rar.
sudo unrar x $HOME/bura/Bura-win.rar
-
Change Bura permissions.
sudo chmod +x $HOME/bura/bura
-
Set Bura Path.
-
If you use the ohmyz open
.zshrc
filesudo nano ~/.zshrc
Find
# Path to your oh-my-zsh installation.
and add Bura path under itexport PATH="$HOME/bura:$PATH"
Save and reload
.zshrc
source ~/.zshrc
-
If you dont use the ohmyz open
.profile
filesudo nano ~/.profile
Scroll to the bottom and add Bura path
export PATH="$HOME/bura:$PATH"
Save and reload
.profile
source ~/.profile
-
-
Close any terminal you using and open again.
-
Hooray, 🙌🤩🥳 now Bura CLI is successfully installed.
bura
Complete | abbr | Description |
---|---|---|
--help | -h | Bura guide |
--version | -v | View version |
--add | -a | Add command |
--delete | -d | Delete command |
--edite | -e | Edite command |
--update | -u | Bura update |
--list | -l | View the list of commands and use it |
me | me | View BURA |
Developed with BURA ❤️