-
-
Notifications
You must be signed in to change notification settings - Fork 254
Tramp for Lem #2271
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
Open
MasterCsquare
wants to merge
23
commits into
lem-project:main
Choose a base branch
from
MasterCsquare:tramp
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Tramp for Lem #2271
Changes from 3 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
4c0e359
tramp: initial working version
MasterCsquare 431fb64
tramp: performance improved
MasterCsquare 514e667
tramp: fix sudo password keystroke leakage into file buffer
MasterCsquare 81c9329
tramp: fix sudo password leaking into file buffer
MasterCsquare 6c19601
tramp: fix tab completion for ssh and sudo paths
MasterCsquare 8946318
fix contract.yml errors
MasterCsquare ea06bc3
tramp: fix completion filtering by partial input
MasterCsquare 1ae444c
tramp: Add README
MasterCsquare 1100231
tramp: restrict auto-enable to Unix platforms
MasterCsquare 761871f
tramp: shorter for uiop:ensure-list
MasterCsquare abd86c9
tramp: remove tramp-* prefix
MasterCsquare 36d951f
tramp: re-prompt password when input wrong password
MasterCsquare 1691160
tramp: re-prompt password when input wrong password for ssh
MasterCsquare d7af587
tramp: add comments for virtual file system hooks
MasterCsquare 90ef8f2
tramp: replace unnessassry :: with :
MasterCsquare 2f568c4
file-utils: extract %call-virtual-handlers to DRY virtual hook dispatch
MasterCsquare 93d8588
tramp: replace probe-file with exist-program-p
MasterCsquare d5d04d8
tramp: split ssh-ensure-auth into smaller parts
MasterCsquare df6368a
tramp: simplify file-completion
MasterCsquare c57d299
tramp: fix file completion replacing entire TRAMP path
MasterCsquare 3c8b87a
tramp: fix password leaking into file content on sudo writes
MasterCsquare 7d24c25
tramp: implement TRAMP-aware terminal support
MasterCsquare 5553b87
tramp: update README
MasterCsquare 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
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| (defsystem "lem-tramp" | ||
| :depends-on ("lem/core" "flexi-streams" "str") | ||
| :serial t | ||
| :components ((:file "tramp"))) |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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 contains hidden or 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 contains hidden or 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 contains hidden or 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 contains hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.