Jog: Print the last 10 commands you ran in the current directory

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • fzf

    :cherry_blossom: A command-line fuzzy finder

  • fzf[0] + per-directory-history[1] fill exactly this niche for me. ^R always shows the all commands run in the current directory, ordered by recency (and filterable).

    [0]: https://github.com/junegunn/fzf

  • zsh-histdb

    A slightly better history for zsh

  • Here is a zsh function I made for use with https://github.com/larkery/zsh-histdb to get the same effect, but only showing commands whose exit_status is 0:

    jog() {

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • jog

    Simple script to print the last 10 commands you ran in the current directory

  • wiki

    some useful information (by albertz)

  • We use a shell history per directory per user. This is very helpful, esp in distributed shared environments.

    https://github.com/albertz/wiki/blob/master/shell.md#history

  • per-directory-history

    Per directory history for zsh, as well as global history, and the ability to toggle between them with ^G.

  • pystory

    Keep a local history of everything you do inside your virtual python environment

  • Very cool! I built something in python a while back, to track each project's history by detecting if a virtual environment/venv is active: https://github.com/haraball/pystory

  • antigen

    The plugin manager for zsh.

  • I like the symplicity.

    Have you thought about bundling it up so it can be installed with antigen or oh-my-zsh[0]

    [0] https://github.com/zsh-users/antigen/wiki/Development#notes-...

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • mcfly

    Fly through your shell history. Great Scott!

  • atuin

    ✨ Magical shell history

  • hstdb

    Better history management for zsh. Based on ideas from https://github.com/larkery/zsh-histdb.

  • zsh-syntax-highlighting

    Fish shell like syntax highlighting for Zsh.

  • I'm an assisted human being, I need instructions like these :D https://github.com/zsh-users/zsh-syntax-highlighting/blob/ma...

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts