we VS pxhist

Compare we vs pxhist and see what are their differences.

pxhist

Portable, extensible history database for command line tools (by chipturner)
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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
we pxhist
1 1
5 19
- -
7.2 5.2
4 months ago 6 months ago
Go Rust
- MIT License
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.

we

Posts with mentions or reviews of we. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-09.
  • I quit my job to work full time on my open source project [Atuin]
    4 projects | news.ycombinator.com | 9 Jan 2024
    I had a similar thought when I first looked at it, but then I thought about my browser history and URL bar. It is sort of a lot of work to open files to write scripts, keep them organized, and make them accessible just to make some commands simpler to run. I wrote https://github.com/ionrock/we for this very reason. I moved most args to env vars and made loading different env vars easily via files. Maybe the history is a better way to make these things reproducible and useful by avoiding the redirection necessary by scripts?

    While I agree it may not work with everyone's workflow, maybe it could be a powerful change to folks workflow. I'm going to try it out and see for myself!

pxhist

Posts with mentions or reviews of pxhist. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-09.
  • I quit my job to work full time on my open source project [Atuin]
    4 projects | news.ycombinator.com | 9 Jan 2024
    While I doubt I'd quit my day job for it, over the past couple of years I've been poking at my own database-backed shell history. The key requirements for me were that it be extremely fast and that it support syncing across multiple systems.

    The former is easy(ish); the latter is trickier since I didn't want to provide a hosted service but there aren't easily usable APIs like s3 that are "bring your own wallet" that could be used. So I punted and made it directory based and compatible with Dropbox and similar shared storage.

    Being able to quickly search history, including tricks like 'show me the last 50 commands I ran in this directory that contained `git`' has been quite useful for my own workflows, and performance is quite fine on my ~400k history across multiple machines starting around 2011. (pxhist is able to import your history file so you can maintain that continuity)

    https://github.com/chipturner/pxhist

What are some alternatives?

When comparing we and pxhist you can also consider the following projects:

glicol - Graph-oriented live coding language and music/audio DSP library written in Rust

biome - A toolchain for web projects, aimed to provide functionalities to maintain them. Biome offers formatter and linter, usable via CLI and LSP.