HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dankco

no profile record

Submissions

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

github.com
5 points·by dankco·2 tahun yang lalu·0 comments

[untitled]

1 points·by dankco·2 tahun yang lalu·0 comments

Show HN: Tabgrab – a lightweight CLI tool to manage browser tabs on macOS

github.com
1 points·by dankco·2 tahun yang lalu·0 comments

Go for-loop semantics take a step backward to take a step forward

go101.org
1 points·by dankco·2 tahun yang lalu·0 comments

DoorDash Built an In-House Search Engine

doordash.engineering
2 points·by dankco·2 tahun yang lalu·0 comments

On using 'any' vs. 'interface{}' in Go

utcc.utoronto.ca
2 points·by dankco·2 tahun yang lalu·0 comments

[untitled]

1 points·by dankco·3 tahun yang lalu·0 comments

Compute-Storage Separation Demystified

thenile.dev
1 points·by dankco·3 tahun yang lalu·0 comments

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

github.com
75 points·by dankco·3 tahun yang lalu·28 comments

[untitled]

1 points·by dankco·3 tahun yang lalu·0 comments

Show HN: Save and organize Twitter threads locally from the command line

github.com
10 points·by dankco·4 tahun yang lalu·0 comments

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

github.com
1 points·by dankco·4 tahun yang lalu·0 comments

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

github.com
1 points·by dankco·4 tahun yang lalu·0 comments

comments

dankco
·2 tahun yang lalu·discuss
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 thought I'd add mine. I use textnote [0], which is a tool I built for exactly this workflow but is hopefully flexible enough to accommodate many of the similar processes mentioned here. It simply opens a plain text file in your terminal and provides lightweight tooling for tracking by date and rolling up previous notes into archives if desired.

Thanks for opening another great discussion of plain text note taking as a productivity tool!

[0] https://github.com/dkaslovsky/textnote
dankco
·2 tahun yang lalu·discuss
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 job of analyzing the technology and the people/organizations who build it.
dankco
·3 tahun yang lalu·discuss
Thanks again for the great suggestion. I've implemented this and it is part of the latest release (v1.1.0).
dankco
·3 tahun yang lalu·discuss
I love this idea and will look into implementing it in the next few days! Thanks!
dankco
·3 tahun yang lalu·discuss
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.
dankco
·3 tahun yang lalu·discuss
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 together in various ways. Great idea!
dankco
·3 tahun yang lalu·discuss
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.
dankco
·3 tahun yang lalu·discuss
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.
dankco
·3 tahun yang lalu·discuss
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 expand nav's feature set to come close to an `ls` replacement, at least for the most common workflows, whereas midnight-commander and other similar tools are perhaps closer to being (or are) file managers. I'm also hopeful that by using the completely awesome Charm [0] libraries that I can make for a pleasing/modern UI. Either way, I had a blast building nav and look forward to continuing on.

Thanks again for the comment!

[0] https://github.com/charmbracelet