Giter Site home page Giter Site logo

souvikinator / asker Goto Github PK

View Code? Open in Web Editor NEW
23.0 1.0 5.0 211 KB

A collection of common interactive command line user interfaces for C++

License: BSD 2-Clause "Simplified" License

C++ 99.23% Makefile 0.77%
c-plus-plus command-line command-line-interface cli hacktoberfest hacktoberfest2021 input hacktoberfest-accepted prompt cplusplus-library

asker's Introduction

๐Ÿ‘‹ Hello There!

supercalifragilisticexpialidocious

Your friendly developer and IT undergrad, passionate about building useful products that helps people and also like teaching a little bit ๐Ÿค. Making developer tools in general and automating stuff is a go to for me.

Hobbies:

Exploring and learning a lot every day.

Go C++ C JavaScript Python TypeScript Shell Script NodeJS

Gmail LinkedIn Dev.to blog twitter twitter

Stats

Souvik's GitHub stats

feel free to leave a guestbook entry

asker's People

Contributors

divshekhar avatar johnsonglent avatar maan2003 avatar pk-cod3ch3mist avatar souvikinator avatar thatonetallkid avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

asker's Issues

Write makefile

Write a makefile that checks for the language standard installed (asker works with C++11 and later standards), and accordingly compiles the example files, also include makefile rule to add asker to any project.

Documentation

Write proper documentation for all the methods provided by asker with 1-2 examples.

Add editor mode ( allow users to take input from some text editor )

As of now user can take input from stdin but taking long answers as input may make the terminal cluttered.

  • Make a new function asker::Editor(msg std::string,editor std::string)
  • Using this will open up specified text editor for input and after user is done entering answer in text editor it reads input from the file
  • default value of editor will be nano and if provided editor does not exists then fall back to default value of editor

optional

  • Add platform support, if platform is linux / darwin(macos) set default value of editor to nano and if windows then default value to notepad

feel free to share your approach before working on it.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.