Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[biocterm] Create custom terminal wrapper #7

Open
1 of 2 tasks
lisancao opened this issue May 21, 2020 · 2 comments
Open
1 of 2 tasks

[biocterm] Create custom terminal wrapper #7

lisancao opened this issue May 21, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@lisancao
Copy link
Contributor

lisancao commented May 21, 2020

[biocterm] Create custom terminal wrapper

About: Create an interface that makes sense and incorporates our desired functionality, using gocui

Tasks

  • Create interactive, multipanel terminal interface (skeleton for now)
  • Configure with desired features

Resources

https://github.com/jroimartin/gocui

(Terminal C/C++ guides)
https://vincent.bernat.ch/en/blog/2017-write-own-terminal
codecrafters-io/build-your-own-x#85
https://codekoalas.com/blog/build-your-own-minimal-terminal
https://www.geeksforgeeks.org/making-linux-shell-c/

Tag can be

biocswirl(related to course material)
biocterm (interface changes)
dev      (developers only)
file     (changes to file and folder structuring) 
rpkg     (r package/usethis and CRAN documentation changes)
feat     (new feature)
fix      (bug fix)
refactor (refactoring code)
style    (formatting, missing semi colons, etc; no code change)
doc      (changes to documentation)
test     (adding or refactoring tests; no production code change)
version  (version bump/new release; no production code change)
dbg      (Changes in debugging code/frameworks; no production code change)
license  (Edits regarding licensing; no production code change)
hack     (Temporary fix to make things move forward; please avoid it)
WIP      (Work In Progress; for intermediate commits to keep patches reasonably sized)
@lisancao lisancao added the enhancement New feature or request label May 21, 2020
@lisancao
Copy link
Contributor Author

Would also be worth looking at Radian or Julia console's source code.

@lisancao
Copy link
Contributor Author

This is now being implemented in golang using gocui

@lisancao lisancao assigned lisancao and unassigned bensonlee5 and lisancao May 15, 2022
@lisancao lisancao changed the title [biocterm] Create custom terminal wrapper (C/C++ or Python) [biocterm] Create custom terminal wrapper May 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants