Kaniel Kirby

Results 37 comments of Kaniel Kirby

@OceanTrader1 From what I can tell, looking at the codebase, Gopass handles passwords by simply having them as the first line, always, and assuming that the other lines are other...

@OceanTrader1 Can I ask which circumstances you're in that can't be satisfied by the generic `gopass show `? If you're concerned about the first line that says `Secret: `, it...

Hm, I wasn't thinking of the YAML support for multi-line passwords with a specific key. Cool stuff. I probably should have `grep`ed for multi-line haha.

> @Mange [1488013](https://github.com/pocco81/true-zen.nvim/commit/1488013a8e128e02ee1e20f4cb00c2dd0e595319) makes it so whatever `'statusline'` you set for minimalist is overridden when you enable lualine integration. > > I've actually been experiencing issues similar to you, and...

I use [`yazi`](https://github.com/sxyazi/yazi) (a file manager) and Helix together quite often, which has served most of my use cases well. There's a hundred terminal-based file managers out there, half written...

Hi, @nikoksr, I was wanting to work on this. I'm a bit new to contributing to open source projects, but I take it that better practice would be to use...

Hey there, @Crown0815. Though there are many contributors and maintainers keen on implementing something like this, there's a lot of concerns that make it not as straightforward as one would...

@dominikschulz I would like to try my hand at making this change, if possible. One of the questions I had, is there ever a use-case in which you'd mount somewhere...

@AnomalRoil So I've been looking at it, it doesn't look too hard to make it consistent across different OSs, Go comes with built-in packages (`os/user` and `path/filepath`) that make that...

Would be very useful to our team as well to be able to use JSON array import/export functionality. If there's any code that needs to be rewritten, added to, etc.,...