try VS finstem

Compare try vs finstem and see what are their differences.

try

Inspect a command's effects before modifying your live system (by binpash)

finstem

Simple Finnish stem word finder (by hiAndrewQuinn)
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
try finstem
12 6
5,121 15
0.6% -
7.8 7.4
5 days ago 5 months ago
Shell Python
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.

try

Posts with mentions or reviews of try. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-06.

finstem

Posts with mentions or reviews of finstem. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-09.
  • Ask HN: Best thing you've made in CLI
    12 projects | news.ycombinator.com | 9 Mar 2024
    It ain't much, but it's honest work: https://github.com/hiAndrewQuinn/finstem

    I moved to Finland a few years ago to be with my then-fiancee, now-wife. I started learning Finnish and found that constantly going to Wiktionary to search for the root forms of their words, which have 15 declensions, possessive endings, clitics similar to Japanese particles, and other craziness going on in the root form themselves.

    I wrote this to let me very quickly strip away all of that and get just the original dictionary forms of words. Later I wrapped it into a little `fzf` script to make it easy to analyze entire sentences or paragraphs at once.

    The code is nothing special at all, but I use this thing dozens of times daily, and it's never let me down.

  • Command Line Interface Guidelines
    8 projects | news.ycombinator.com | 6 Feb 2024
    I know it goes without saying for most of us here, but actually being a heavy terminal user yourself is one of the most important things to understand how to design CLIs. It helps a ton to understand the ecosystem you live in, not just your own organism.

    Example: Something I did a few months back ago for a tiny personal project @ https://github.com/hiAndrewQuinn/finstem was implement `--format CSV`, `TSV` and `JSON` flags. I haven't had need for any of these myself, but they exist so any future people who want to use `csvkit`, `awk` and `jq` respectively to wrap around my program have easy ways to do so. That's not stuff I would have had the instincts to do if I wasn't myself a user of all 3 of those programs.

  • Cold-Blooded Software
    6 projects | news.ycombinator.com | 28 Dec 2023
    Most of the software I write is at least somewhat cold-blooded by this definition. My program to find the dictionary forms of Finnish words is an okay example:

    https://github.com/hiAndrewQuinn/finstem

    I wrote the initial draft in an afternoon almost a year ago, and from then on endeavored to only make changes which I know play nicely with my local software ecology. I usually have `fzf` installed, so an interactive mode comes as a shell script. I usually have `csvkit`, `jq`, and if all else fails `awk` installed, so my last major update was to include flags for CSV, JSON, and TSV output respectively. Etc, etc.

    The build instructions intentionally eschew anything like Poetry and just gives you the shell commands I would run on a fresh Ubuntu VirtualBox VM. I hand test it every couple of months in this environment. If the need to Dockerize it ever arose I'm sure it would be straightforward, in part because the shell commands themselves are straightforward.

  • PysimpleGUI
    10 projects | news.ycombinator.com | 8 Dec 2023
    I'm considering taking a tool I have which has a pretty nicely fleshed-out CLI interface and wrapping a GUI around it, so people who don't run desktop Linux can use it too. This seems like it might be perfect for my needs.

    https://github.com/hiAndrewQuinn/finstem

  • `finstem` can now do get you the root words for full sentences and paragraphs.
    1 project | /r/Learn_Finnish | 6 Dec 2023
    Big GitHub link
  • Things I've learned about building CLI tools in Python
    16 projects | news.ycombinator.com | 24 Oct 2023
    I build little CLI tools in Python non-stop. ChatGPT and some basic knowledge of how the `click` library works has made it almost completely trivial to get the ball rolling for whatever need I have for it, `--help` text included.

    The fact that the barrier for creation is so low means I'm even willing to do them to solve very niche problems in generalizable ways. [1] is common enough that a few people have starred it. [2] is niche enough that other Anki folks haven't used it AFAICT. [3] is likely something I'll never personally need again, even though Azure VM reservations not letting you customize your reminders for when they're about to expire is probably a costly mistake for a great many firms. All generated with this same starting methodology, because what I wanted was just a little too fiddly to want to hack together with my shell toolkit.

    [1]: https://github.com/hiAndrewQuinn/finstem

    [2]: https://github.com/hiAndrewQuinn/table2anki

    [3]: https://github.com/hiAndrewQuinn/AzureReservations2ICS

What are some alternatives?

When comparing try and finstem you can also consider the following projects:

ai - Build AI-powered applications with React, Svelte, Vue, and Solid

python_script_cc - A personal cookiecutter template for simple python3 scripts

top-cvpr-2023-papers - This repository is a curated collection of the most exciting and influential CVPR 2023 papers. 🔥 [Paper + Code]

table2anki - HTML tables to Anki card packages. Does what it says on the tin!

firejail - Linux namespaces and seccomp-bpf sandbox

poetry-cookiecutter - 🍪 Poetry Cookiecutter is a modern Cookiecutter template for scaffolding Python packages and apps

ccat - Colorizing `cat`

AzureReservations2ICS - Given the CSV of the Azure Reservations website, create an ICS file of reminder events leading up to the expiration.

FLiPStackWeekly - FLaNK AI Weekly covering Apache NiFi, Apache Flink, Apache Kafka, Apache Spark, Apache Iceberg, Apache Ozone, Apache Pulsar, and more...

docopt - This project is no longer maintained. Please see https://github.com/jazzband/docopt-ng

pygwalker - PyGWalker: Turn your pandas dataframe into an interactive UI for visual analysis

Nim - Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).