Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/citizen7751/drop
Random Bible verses in the commandline.
https://github.com/citizen7751/drop
bible c cli cli-app
Last synced: 5 days ago
JSON representation
Random Bible verses in the commandline.
- Host: GitHub
- URL: https://github.com/citizen7751/drop
- Owner: Citizen7751
- Created: 2025-01-12T15:57:31.000Z (7 days ago)
- Default Branch: main
- Last Pushed: 2025-01-12T16:13:35.000Z (7 days ago)
- Last Synced: 2025-01-12T17:23:26.152Z (6 days ago)
- Topics: bible, c, cli, cli-app
- Language: C
- Homepage:
- Size: 1.29 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Drop - Random Bible Verses
This program just prints out random verses from the KJV Bible in the commandline.
![](drop.png)
## Usage
Upon opening, the user is greeted with a random verse. Hitting ```Enter``` brings up new verses. Exiting is done through first hitting ```Space``` and then ```Enter```.\
**Note:** To understand what the verse actually means, you need to know the context. (duh!)## Build
**Requirements:** [GCC](https://gcc.gnu.org/) or [Clang](https://clang.llvm.org/) (or any other C compiler)### Building on Windows:
GCC: ```gcc -o Drop.exe *.c```\
Clang:```clang -o Drop.exe *.c```### Building on Linux:
GCC: ```gcc -o Drop *.c```\
Clang:```clang -o Drop *.c```### Note
If you don't have any standalone compilers installed, but have Microsoft Visual Studio, you can copy-paste the sourcefiles into a new C/C++ project and compile them that way.## License
This software is under the MIT License.