]> njoseph.me Git - nimcoon.git/commitdiff
Dropping the underscore - we're clitube now!
authorJoseph Nuthalapati <njoseph@riseup.net>
Thu, 28 Nov 2019 16:56:20 +0000 (22:26 +0530)
committerJoseph Nuthalapati <njoseph@riseup.net>
Thu, 28 Nov 2019 16:56:20 +0000 (22:26 +0530)
Signed-off-by: Joseph Nuthalapati <njoseph@riseup.net>
.gitignore
.gitlab-ci.yml
README.md
clitube.nim [moved from cli_tube.nim with 100% similarity]

index 3ea233adecefc2f16742b927960844a6eba09c9c..d884fdda27d81fb0255f52314112ab73d7aa82dd 100644 (file)
@@ -1 +1 @@
-cli_tube
+clitube
index b896d936533a46cb89029b2281628dca0eeba437..6f1c9971210eb129487ed5fa08edb15f481e3b10 100644 (file)
@@ -9,4 +9,4 @@ compile:
     - nim c -d:ssl -d:release cli_tube.nim
   artifacts:
     paths:
-      - cli_tube
+      - clitube
index fd5ec9b086c5c81fa391a8004bfb13c6f17cbbf1..ef2efcf024fca5f43e0cf0201fa4b37afa0bc905 100644 (file)
--- a/README.md
+++ b/README.md
@@ -27,9 +27,9 @@ unzip artifacts.zip
 Run the binary
 
 ```sh
-./cli_tube emacs
+./clitube emacs
 
-./cli_tube 'nim lang'
+./clitube 'nim lang'
 ```
 
 ## Development
@@ -37,14 +37,14 @@ Run the binary
 ### Compiling and Running
 
 ```sh
-nim c -d:ssl -r cli_tube.nim emacs
+nim c -d:ssl -r clitube.nim emacs
 
 # If your search query has multiple words, use quotes
-nim c -d:ssl -r cli_tube.nim 'nim lang'
+nim c -d:ssl -r clitube.nim 'nim lang'
 ```
 
 ### Creating a release artifact
 
 ```sh
-nim c -d:ssl -d:release cli_tube.nim
-```
\ No newline at end of file
+nim c -d:ssl -d:release clitube.nim
+```
similarity index 100%
rename from cli_tube.nim
rename to clitube.nim