notes VS yet-another-speed-dial

Compare notes vs yet-another-speed-dial and see what are their differences.

notes

A zero dependency shell script that makes it really simple to manage your text notes. (by nickjj)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
notes yet-another-speed-dial
8 6
120 161
- -
0.0 3.5
about 1 year ago about 1 month ago
Shell JavaScript
MIT License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

notes

Posts with mentions or reviews of notes. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-19.
  • My productivity app is a never-ending .txt file
    20 projects | news.ycombinator.com | 19 Feb 2024
    I've been doing something similar for ~20 years at: https://github.com/nickjj/notes

        - Running `notes` will open this month's notes for YYYY_MM.txt
  • What is your approach to quick note taking during development?
    11 projects | /r/vim | 17 May 2022
    I use a very command line focused approach with https://github.com/nickjj/notes.
  • Keep a Knowledge Log
    7 projects | news.ycombinator.com | 3 Dec 2021
    Since about 2001 I used YYYY-MM.txt plain text files and have a shell script to help create notes in the most friendly way I could think of from the command line at https://github.com/nickjj/notes.

    Totally works fine for a knowledge log when you're streaming high level details. I still use it today.

    But when you want to really go all-in with in-depth notes it's tricky because in 1 month's time if you're hardcore deep in the woods of learning, applying and using something you're going to end up with hundreds of concepts from an assorted set of tools and it kind of stinks to have all of that info sitting in 1 file. Think about using something like Kubernetes. That's really Kubernetes, Kustomize / Helm, EKS, various cloud hosting details (networking, etc.), Terraform and ton of super useful commands / context. Details you for sure want recorded for later.

    For this type of info I've been building up a knowledge base with https://obsidian.md/. It's really nice and I highly recommend it. It's been working well for keeping things reasonably categorized without wasting a lot of time on the details around keeping links and tags up to date. It also has Vim mode that's good enough where day to day writing feels natural.

  • Show HN: Then – Understand how you spend your time and what influences your mood
    1 project | news.ycombinator.com | 22 Jun 2021
    Did you end up automating the entries?

    For example, I have a command line note taking script at https://github.com/nickjj/notes.

    It creates a YYYY-MM-DD.txt file and doesn't include time stamps but it would be a 1 line change to make each entry get timestamped. I didn't do that because personally I'm more interested in monthly notes not per minute.

    But I do think removing the barrier of creating entries is an important step with jotting things down, this way you can focus on what you want to write and not the boilerplate.

  • Ask HN: Tools you have made for yourself?
    97 projects | news.ycombinator.com | 12 Jun 2021
    A whole bunch of little things, mainly command line tools.

    Most of them are open source and also have extensive documentation and a screencast video going over them.

    In no specific order:

    - https://github.com/nickjj/notes

    - https://github.com/nickjj/invoice

    - https://github.com/nickjj/wait-until

    And a few recent little scripts to solve specific things:

    - https://nickjanetakis.com/blog/using-ffmpeg-to-get-an-mp3s-d...

    - https://nickjanetakis.com/blog/a-shell-script-to-keep-a-bunc...

    - https://nickjanetakis.com/blog/bash-aliases-to-prepare-recor...

  • Show HN: Note, my simple command line note taking app
    9 projects | news.ycombinator.com | 22 Feb 2021
    Along similar lines, nickjj also has a similar (but bash) notes script at:

    https://github.com/nickjj/notes

  • Ask HN: What are you surprised isn’t being worked on more?
    14 projects | news.ycombinator.com | 28 Dec 2020
    While I don't use it personally there's: https://obsidian.md/

    It's cross platform and works offline. You write markdown and it produces a visual graph of your data. It supports interlinking notes, tags and images too.

    Plain text notes[0] work best for me but I'd probably use Obsidian if I wanted to see things visually. When I tried it out briefly it was really solid.

    [0]: https://github.com/nickjj/notes

yet-another-speed-dial

Posts with mentions or reviews of yet-another-speed-dial. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-06.
  • My Bad Habit of Hoarding Information
    16 projects | news.ycombinator.com | 6 Jan 2023
    to help manage this i created a "speed dial" extension and use it basically as a visual bookmark manager. the advantage to tabs in a list is that they are easy to reference visually, and like any bookmark can be sorted and arranged into folders. so i have on for technical references, various research topics, etc that i plan to come back to. and its easy to pop one off the list to maintain them. check it out if youre curious, its open source:

    https://github.com/conceptualspace/yet-another-speed-dial

  • My essential Firefox fixes in 2022
    18 projects | news.ycombinator.com | 13 Mar 2022
    ill add a couple:

    yet another speed dial (im also the author): https://github.com/conceptualspace/yet-another-speed-dial

    buster captcha solver: https://github.com/dessant/buster

  • Show HN: Yet Another Speed Dial – An open source new tab page
    1 project | news.ycombinator.com | 30 Aug 2021
    Show HN: Yet Another Speed Dial - An open source new tab page

    I made an open source, cross-browser new tab page inspired by the Speed Dial in Opera.

    It also works great as a bookmarks manager because it gives you visual thumbnails for bookmarks instead of just a list. When you bookmark a site, just choose the Speed Dial folder (or one of its subfolders) and you'll automatically get a screenshot, favicon, or open graph image as a thubmnail.

    They can be sorted easily with drag and drop, and since they are just bookmarks under the hood you don't need to worry about the extension locking you in.

    If you're like me and still use lots of bookmarks, give it a try. Happy to hear your feedback HN!

    https://github.com/conceptualspace/yet-another-speed-dial

  • I closed a lot of browser tabs
    8 projects | news.ycombinator.com | 10 Aug 2021
    that's the inspiration for my browser extension, Yet Another Speed Dial. it works as the new tab page but basically i use it as a visual bookmark manager. i find it way easier to scan my bookmarks as thumbnails to find what i want. it's open source and supports all the major browsers, check it out!

    https://github.com/conceptualspace/yet-another-speed-dial

  • Is there a Firefox addon that gives you a website preview when you hover over a tab, like you can on Safari?
    1 project | /r/firefox | 28 Feb 2021
  • Ask HN: What are you surprised isn’t being worked on more?
    14 projects | news.ycombinator.com | 28 Dec 2020
    i'm working on this as a browser extension. to get my feet wet i created Yet Another Speed Dial (https://github.com/conceptualspace/yet-another-speed-dial) which many people find useful, but the end goal is to apply the same kind of richness to all bookmarks and history

What are some alternatives?

When comparing notes and yet-another-speed-dial you can also consider the following projects:

neatroff - Neatroff troff clone

TabFS - 🗄 Mount your browser tabs as a filesystem.

ping-heatmap - A tool for displaying subsecond offset heatmaps of ICMP ping latency

pyodide - Pyodide is a Python distribution for the browser and Node.js based on WebAssembly

pdftilecut - pdftilecut lets you sub-divide a PDF page(s) into smaller pages so you can print them on small form printers.

hyperswarm - A distributed networking stack for connecting peers.

dockly - Immersive terminal interface for managing docker containers and services

gpresent - Presentation macros for GNU roff (unofficial fork with patches and extensions)

shpotify - A command-line interface to Spotify.

firefox-sidebery-minimal-style - Universal minimal style for Firefox and Sidebery

wireguird - wireguard gtk gui for linux

phd_thesis_markdown - Template for writing a PhD thesis in Markdown