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

Add GOALS file, to define 1.0. #335

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions GOALS
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
gitsh hits 1.0 when:

[x] it provides a useful interactive shell environment.
[x] it runs scripts.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While this is done, should this be a bit more descriptive?

[ ] it has the kinds of features expected by advanced shell users.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems a bit vague. Should this have examples?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was thinking of these features: #321, #325, #145, #100, #67, and maybe also #303, #41, #35

Not sure if it's redundant to list them out here and in GitHub issues? I could also imagine someone suggesting a very reasonable feature that fits in this list and seems like it should be in 1.0, but maybe I should resist that kind of feature creep.

[ ] its tab completion system is at least as good as Git's bash integration.
[ ] it has a smooth install process on popular versions of macOS, BSD and GNU/Linux.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Happy to help with this!