You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ Arch and Arch based distro users can install it from [AUR](https://aur.archlinu
38
38
39
39
### Windows
40
40
41
-
1. Install the Bito CLI through MSI using this [installer](https://github.com/gitbito/CLI/raw/main/version-3.1/BitoCLI.msi).
41
+
1. Install the Bito CLI through MSI using this [installer](https://github.com/gitbito/CLI/raw/main/version-3.2/BitoCLI.msi).
42
42
2. On Windows 11 you might get notification related to publisher verification. Click on "Show more" or "More info" and click on "Run anyway" (we are working on fixing this as soon as possbile).
43
43
3. Once the installation is complete, start a new command prompt and run ```bito``` to get started.
44
44
@@ -58,7 +58,7 @@ While it's not recommended, you can download the Bito CLI binary from our reposi
58
58
59
59
### Mac & Linux
60
60
61
-
1. Download Bito CLI binary specific to your OS platform from [here](https://github.com/gitbito/CLI/tree/main/version-3.1) (Please download the latest version for all new updates).
61
+
1. Download Bito CLI binary specific to your OS platform from [here](https://github.com/gitbito/CLI/tree/main/version-3.2) (Please download the latest version for all new updates).
62
62
2. Start the terminal, go to the location where your downloaded the binary, move the downloaded file (in the command below use bito-* filename you have downloaded) to filename bito
63
63
``` mv bito-<os>-<arch> bito ```
64
64
2. Make the file executable using following command
@@ -94,6 +94,8 @@ run ```bito --help``` or ```bito config --help```
94
94
95
95
- run ```cat inventory.sql | bito -c runcontext.txt -p testdataprompt.txt > testdata.sql``` to store context/conversation history in non-interactive mode in file `runcontext.txt` to use for next set of commands in case prior context is needed. If `runcontext.txt` is not present it will be created. Please provide a new file or an existing context file created by bito using `-c` option. ***With `-c` option now context is supported in non-interactive mode***
96
96
97
+
- run ```echo "give me code for bubble sort in python" | bito``` to instantly get response for your queries using Bito CLI.
98
+
97
99
##### On Windows:
98
100
- run ```bito – p writedocprompt.txt -f mycode.js``` for non-interactive mode in Bito (where writedocpromot.txt will contain your prompt text such as "Explain the code below in brief" and mycode.js will contain the actual code on which the action is to be performed).
99
101
@@ -103,6 +105,8 @@ run ```bito --help``` or ```bito config --help```
103
105
104
106
- run ```type inventory.sql | bito -c runcontext.txt -p testdataprompt.txt > testdata.sql``` to store context/conversation history in non-interactive mode in file `runcontext.txt` to use for next set of commands in case prior context is needed. If `runcontext.txt` is not present it will be created. Please provide a new file or an existing context file created by bito using `-c` option. ***With `-c` option now context is supported in non-interactive mode***
105
107
108
+
- run ```echo "give me code for bubble sort in python" | bito``` to instantly get response for your queries using Bito CLI.
109
+
106
110
##### Using Macro:
107
111
108
112
Use ``{{%input%}}`` macro in the prompt file to refer to the contents of the file provided via -f option
0 commit comments