Giter Club home page Giter Club logo

masterkey's People

Contributors

avahowell avatar chrdiller avatar lolsteve avatar taruti avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

masterkey's Issues

clip - echo username

What do you think of clip echoing the username, and maybe other metadata, but not password? So more like get except passwords never shown. Seems like there should be some way to recall your username if you've forgotten it without also showing password.

Almost as good would be a clear command to remove from screen anything recently shown.
(unrelated, I wonder if https://github.com/abiosoft/ishell would save you some work supporting commands)

Location autocompletions

Hey,

I am missing autocompletions for the locations stored in the vault so I started implementing this functionality. However, I saw you started working on that as well in the brach get-autocompletions. Your implementation also seems to be more intelligent than mine.
Is there a reason you haven't merged it yet? Would love to see it in master :)

Thanks
Christian

console freezes after masterkey exits

After masterkey exits I see the bash prompt and the cursor blinking, but whatever I type the screen does not change anymore. I have to close the terminal and start a new one.
I also tried two different terminal emulators (gnome-terminal and xterm). Both with the same effect.
I am on Fedora 30. Any idea what could cause this?

Build failure due to termui changes

UI.go needs to be updated so that the new changes in github.com/gizak/termui are reflected in the code. E.G termui.Par type no longer exists instead of import github.com/gizak/termui/widgets and use widgets.Paragraph.

I did try to make some quick changes but it looks like a lot has changed to termui and lots need to change in the code:

github.com/avahowell/masterkey

./ui.go:82:4: ls.ItemFgColor undefined (type *widgets.List has no field or method ItemFgColor)
./ui.go:83:4: ls.Height undefined (type *widgets.List has no field or method Height)
./ui.go:83:14: undefined: widgets.TermHeight
./ui.go:84:4: ls.BorderLabel undefined (type *widgets.List has no field or method BorderLabel)
./ui.go:85:39: ls.Height undefined (type *widgets.List has no field or method Height)
./ui.go:86:4: ls.Items undefined (type *widgets.List has no field or method Items)
./ui.go:89:30: too many arguments in call to widgets.NewParagraph
have (string)
want ()
./ui.go:90:6: spar.Height undefined (type *widgets.Paragraph has no field or method Height)
./ui.go:91:6: spar.Width undefined (type *widgets.Paragraph has no field or method Width)
./ui.go:453:59: undefined: termui.Bufferer
./ui.go:91:6: too many errors

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.