https://github.com/pg07codes/pomegranate
a simplified linux shell written in c++ for those just starting to use cmdline
https://github.com/pg07codes/pomegranate
beginners cpp linux-shell shell
Last synced: 5 months ago
JSON representation
a simplified linux shell written in c++ for those just starting to use cmdline
- Host: GitHub
- URL: https://github.com/pg07codes/pomegranate
- Owner: pg07codes
- Created: 2019-02-13T04:22:57.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-16T16:25:19.000Z (about 6 years ago)
- Last Synced: 2025-01-28T02:32:50.707Z (about 1 year ago)
- Topics: beginners, cpp, linux-shell, shell
- Language: C++
- Homepage:
- Size: 1.37 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pomegranate

```
- i built it to remain in touch with c++ which i was not using much at the time.
- pomegranate is a basic linux shell built in c++ for kids.
```
### some articles and blogs i googled while building it
- https://medium.com/coding-blocks/make-and-cmake-automating-c-build-process-900f569a75db
- https://www.quora.com/What-is-the-difference-between-CMake-and-make
- https://brennan.io/2015/01/16/write-a-shell-in-c/
- https://www.geeksforgeeks.org/making-linux-shell-c/
- https://www.lifewire.com/curl-definition-2184508
`how did i include external c++ linux libraries on linux??? - thanks to these.`
- https://stackoverflow.com/questions/24233138/how-to-compile-curlpp-on-ubuntu
- https://stackoverflow.com/questions/26854794/compile-issues-with-curlpp-undefined-reference-to-symbol-curl-easy-setoptcur
- https://stackoverflow.com/questions/10358745/how-to-use-libraries