Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Tags: desertbit/grumble

Tags

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub's verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode
Merge pull request #67 from desertbit/dependabot/go_modules/golang.or...

...g/x/crypto-0.31.0

Bump golang.org/x/crypto from 0.17.0 to 0.31.0

v1.1.3

Toggle v1.1.3's commit message
added Commands.RemoveAll

v1.1.2

Toggle v1.1.2's commit message
double dash for all platforms

v1.1.1

Toggle v1.1.1's commit message
added app.Print method

v1.1.0

Toggle v1.1.0's commit message
go mod update

v1.0.8

Toggle v1.0.8's commit message
update go-shlex to v0.1.1

v1.0.7

Toggle v1.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub's verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode
Merge pull request #28 from desertbit/update-readline-v1.5.1

update readline to v1.5.1 & go mod tidy

v1.0.6

Toggle v1.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub's verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode
discard line content after cursor pos in auto complete (#22)

prevents nil pointer panic when cursor is at the very beginning and autocomplete is triggered. Also discards whatever comes after the cursor during autocompletion

v1.0.5

Toggle v1.0.5's commit message
updating go-shlex to fix backtick issue

v1.0.4

Toggle v1.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub's verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode
Provide Write(), Stderr(), Printf() methods on App (#14)

* Provide Write() and Stderr() methods on App.

This allows consumers of the library to write in a manner that refreshes
the prompt because it goes through the Readline library. This is useful
for background tasks or notifications to correctly redraw your screen.

This uses the readline terminal when available, otherwise it uses
os.Stdout.
PreviousNext