-
Notifications
You must be signed in to change notification settings - Fork 507
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
Initial cheat repo support #258
Merged
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
2561d50
Initial cheat repo support
denisidoro 4948e33
Initial cheat repo support
denisidoro 04c0865
qip
denisidoro de7d33d
wip
denisidoro 921a360
Merge branch 'master' into repo/wip
denisidoro cfbede4
wip
denisidoro d210738
wip
denisidoro 9eee7e5
wip
denisidoro 14644a3
linting
denisidoro 25cea3c
[WIP] Add welcome cheatsheet (#254)
denisidoro 1b4c368
wip
denisidoro 68509d8
linting
denisidoro 378fc5e
wip
denisidoro 2b97222
linting
denisidoro ae8ae7b
wip
denisidoro 7face44
linting
denisidoro cb51c37
wip
denisidoro 2c967e7
wip
denisidoro 062bc6d
wip
denisidoro 7f53918
Merge branch 'master' into repo/wip
denisidoro fffcce0
update scripts
denisidoro 90721b5
wip
denisidoro 12f1251
readme
denisidoro 7475808
todo
denisidoro 11c63cc
wip
denisidoro 45288db
wip
denisidoro a4d643b
linting
denisidoro b423391
wip
denisidoro 1b0461e
Merge pull request #268 from denisidoro/repo/git
denisidoro 0a1a880
:nail_care:
denisidoro File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "navi" | ||
version = "2.0.11" | ||
version = "2.1.0" | ||
authors = ["Denis Isidoro <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
@@ -12,4 +12,7 @@ structopt = "0.3" | |
termion = "1.5.5" | ||
raw_tty = "0.1.0" | ||
lazy_static = "1.4.0" | ||
dirs = "2.0.0" | ||
terminal_size = "0.1.10" | ||
git2 = "0.10.0" | ||
walkdir = "2" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not super versed in bash/zsh/fish/rust, but I couldn't find the reason in the code that required this change.
AFAIK
source
needs a path to, well, source in the current shell.This, if I understand it correctly, reads from the given file and passes it as the stdin for
source
, which might work but I think is unnecessary.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Previously the command returned a path to a shell script. Now it prints the content of the shell script.