Skip to content
Open
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
compilar.howto
3 changes: 2 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,9 @@ func (c *Keychain) show(name string) {
code := c.code(name)
if *flagClip {
clipboard.WriteAll(code)
} else {
fmt.Printf("%s\n", code)
}
fmt.Printf("%s\n", code)
}

func (c *Keychain) showAll() {
Expand Down
20 changes: 20 additions & 0 deletions vendor/github.com/atotto/clipboard/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

48 changes: 48 additions & 0 deletions vendor/github.com/atotto/clipboard/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 34 additions & 3 deletions vendor/github.com/atotto/clipboard/clipboard_unix.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

47 changes: 37 additions & 10 deletions vendor/github.com/atotto/clipboard/clipboard_windows.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions vendor/github.com/atotto/clipboard/go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# github.com/atotto/clipboard v0.1.2
## explicit
github.com/atotto/clipboard