Live data from Hacker News

Viewing profile — dankco

dankco

HN member
Joined
Tue, Feb 09, 2021, 2:28 AM UTC
HN karma
79
Public activity
33 items

About dankco

No profile information was provided.

Recent public activity

  1. story
    Show HN: Tabgrab – easily manage the browser tabs from the command line

    Hi Everyone! I want to share a tool I built to solve one of life's great annoyances - managing browser tabs! tabgrab is a command-line tool (CLI) to save the URLs from the tabs of …

  2. story
  3. story
    Show HN: Tabgrab – a lightweight CLI tool to manage browser tabs on macOS

    Hi Everyone! I want to share a tool I built to solve one of life's great annoyances - managing browser tabs! tabgrab is a command-line tool (CLI) to save the URLs from the tabs of …

  4. story
  5. story
  6. comment
    Comment #39434547

    I love the idea of using plain text files for note taking and task tracking. As others have commented on specific tools and workflows that make this easy for them to stick with, I …

  7. story
  8. comment
    Comment #39057488

    I like to recommend "Kill It With Fire" by Marianne Bellotti. It is full of insights far beyond managing legacy systems (as the subtitle would have you believe) and does a great jo…

  9. story
  10. story
  11. comment
    Comment #37721071

    Thanks again for the great suggestion. I've implemented this and it is part of the latest release (v1.1.0).

  12. comment
    Comment #37689754

    I love this idea and will look into implementing it in the next few days! Thanks!

  13. comment
    Comment #37689746

    I agree! nav supports this workflow in search mode as well, and I could easily support fuzzy searching rather than exact match if that would be valuable.

  14. comment
    Comment #37683854

    Yes, fzf and ripgrep are the best! Together they are the heart of at least half of my .zshrc functions, and it would be fun to see about writing something similar by composing them…

  15. comment
    Comment #37682881

    Thanks! This does look like a similar tool, and as you said, I love seeing what others have done for inspiration for new features to tools I'm working on. Thanks again.

  16. comment
    Comment #37682869

    Broot looks really nice. I love the tree-like output - `tree` is one of my favorite tools. Interactive tree is a great idea, makes me wish I had perhaps started there instead.

  17. comment
    Comment #37682366

    I have to admit that I had not come across midnight-commander. It certainly looks interesting and I'll be giving it a spin. Thanks for pointing me in its direction! I do intend to …

  18. story
    Show HN: Nav – A terminal navigator for interactive `ls` workflows

    Hi Everyone, I built a tool for interactive navigation in the terminal that is intended to replace the all-too-familiar cycle of `ls` to view a directory, followed by `cd`, then `l…

  19. story
  20. story
    Show HN: Save and organize Twitter threads locally from the command line

    I built a tool for saving and viewing a local copy of any Twitter thread and thought I'd share it here. thread-safe is a simple CLI that combines all of a thread's contents (includ…

  21. story
    Show HN: Simple tool to save and view your favorite Twitter threads locally

    Hey Everyone, I wanted to share a tool I built for saving and viewing a local copy of any Twitter thread. It's called thread-safe and it's designed to do just that - keep your favo…

  22. story
    Show HN: Thread-safe, a simple tool for saving your favorite Twitter threads

    Hey Everyone, Happy new year! I want to share a CLI tool I built for saving a local copy of any Twitter thread. It's called thread-safe and it's designed to do just that - keep you…

  23. comment
    Comment #27522578

    You might be interested in a project I created for exactly the use case you describe - simple, text-based notes/todos managed via a CLI: https://github.com/dkaslovsky/textnote The …

  24. comment
    Comment #26167256

    I have released v1.1.0 with support for $EDITOR. While textnote will work with any editor, the ability to open on a specific line is currently supported for vi/vim, emacs, neovim, …

  25. comment
    Comment #26144520

    Thanks, appreciate the kind words! Sounds like your take on this workflow has a couple of cool features, especially the year-based archives and the weekly "done" list with email. I…