linux
Linux sayanarijit 2 years ago 100%
qrscan - Scan a QR code in the terminal using the system camera or a given image github.com

cross-posted from: https://lemmy.ml/post/365408 > I was looking for a way to scan a QR code on my mobile using my laptop, but couldn't find a perfect solution. So I ended up making this tool. > > Repo: https://github.com/sayanarijit/qrscan > > Language: Rust > > Supported platforms: Currently tested on Linux, but should also run on Unix, Linux, Mac, Windows > > I just published this, so expect a few bugs here and there. If found please report.

8
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
Command Line sayanarijit 2 years ago 100%
qrscan - Scan a QR code in the terminal using the system camera or a given image github.com

I was looking for a way to scan a QR code on my mobile using my laptop, but couldn't find a perfect solution. So I ended up making this tool. Repo: https://github.com/sayanarijit/qrscan Language: Rust Supported platforms: Currently tested on Linux, but should also run on Unix, Linux, Mac, Windows I just published this, so expect a few bugs here and there. If found please report.

4
0
opensource
Open Source sayanarijit 3 years ago 100%
xplr - A hackable, minimal, fast TUI file explorer github.com

cross-posted from: https://lemmy.ml/post/61823 > Also check out the vim plugin https://github.com/sayanarijit/xplr.vim

3
0
commandline Command Line xplr - A hackable, minimal, fast TUI file explorer
Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearSA
    sayanarijit
    3 years ago 100%

    Nope. Not yet. A possibility in the future, but I don't think it will support previews natively. As of now, you can work around this by using something like fzf, or even by dropping into ranger or something with a previewer when you need to see previews. You can even create a simpler previewer using hacks.

    2
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
    Command Line sayanarijit 3 years ago 100%
    xplr - A hackable, minimal, fast TUI file explorer github.com

    Also check out the vim plugin https://github.com/sayanarijit/xplr.vim

    12
    4
    rust
    Rust Programming sayanarijit 3 years ago 100%
    A hackable, minimal, fast TUI file explorer, stealing ideas from nnn and fzf. github.com

    This is my attempt to satisfy my needs for TUI file exploring and I hope others might find it useful too.

    27
    0
    rust Rust Programming mind: A productive mind
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearSA
    sayanarijit
    4 years ago 100%

    Thanks for the feedback. Yes... It sounds like a nice feature to add. Basically an option to 'peek' before 'pop' a task. Ah push, pop and peek all starts with 'p'. And I thought I'm good reserving 'p' for pop and using stdin for 'push'.

    1
  • rust
    Rust Programming sayanarijit 4 years ago 100%
    mind: A productive mind github.com

    I've been working on github.com/sayanarijit/mind, a super simple rust project to simplify keeping track of pending tasks. It's aimed at increasing productivity using the terminal any way possible. This is not yet complete. In fact, I'm posting this to get feedback on what I should be working on next. - Better error handling. - More interactivity. (eliminate the need to press ENTER, fuzzy search, auto completion etc.) - Sync (with drives, other todo/task manager apps e.g. todoist, any.do etc.) - Reminders (so that you don't need to manually edit `reminders.yml`) - Key shortcuts. - [mention your own suggestion]

    3
    2