OpenVi VS grist-core

Compare OpenVi vs grist-core and see what are their differences.

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
OpenVi grist-core
8 52
151 6,271
- 2.9%
7.5 9.8
7 days ago 2 days ago
C TypeScript
GNU General Public License v3.0 or later Apache License 2.0
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.

OpenVi

Posts with mentions or reviews of OpenVi. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-19.
  • Portable OpenBSD vi for Unix systems
    1 project | news.ycombinator.com | 26 Aug 2023
  • Genealogy of Vim (2017)
    1 project | news.ycombinator.com | 23 Apr 2023
  • OpenVi: Portable OpenBSD vi for Unix systems
    1 project | /r/hackernews | 19 Feb 2022
    13 projects | news.ycombinator.com | 18 Feb 2022
    The behavior of the traditional vi is much different than vim and other clones. Nvi was a actually a re-implementation of the traditional vi for 4BSD (to be clean of AT&T code) and thus was originally intended to be bug-for-bug compatible, but breaking away where the original vi behavior was nonsensical or terrible.

    For vim, `set compatible` or `set cp` is close, but still not traditional vi by any means.

    A multibyte variant of the tradition vi is maintained - https://github.com/n-t-roff/heirloom-ex-vi/.

    Nvi (now on version 1.8x) is also maintained - https://repo.or.cz/nvi.git

    Nvi2 is yet another fork of Nvi, https://github.com/lichray/nvi2

    Despite the very similar names, all of these editors have a variety of different features, and are structured very differently.

    Nvi has a concept of a front-end and a back-end (which uses the BDB database). OpenVi uses the OpenBSD version of Berkeley DB which derives from 1.85. Nvi (1.8x) provides a minimal version of code also derived from that release intended from use with Nvi, and (IIRC) also provides support for using Db3/4/5. Similar situation for Nvi2.

    Nvi 1.8 has been structured where a third library layer has been added, which doesn't exist in OpenBSD's vi or OpenVi. There is scripting support (Tcl, Perl, etc.) and GUI code in the other various forks ... all of these support various different options as well.

    I should probably make a matrix of these, but you can get an idea by looking at the settable options implemented in each of the variants (as they historically include a comment to document from where the option originated):

    OpenVi: https://github.com/johnsonjh/OpenVi/blob/22c2a7022e31d91e09e...

    OpenBSD vi: https://github.com/openbsd/src/blob/master/usr.bin/vi/common...

    Nvi2: https://github.com/lichray/nvi2/blob/5fcdc13656500a8c5b4c073...

    Nvi1: https://repo.or.cz/nvi.git/blob/HEAD:/common/options.c#l52

  • Hacker News top posts: Feb 19, 2022
    6 projects | /r/hackerdigest | 19 Feb 2022
    OpenVi: Portable OpenBSD vi for Unix systems\ (22 comments)

grist-core

Posts with mentions or reviews of grist-core. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-01.
  • Ask HN: Who is hiring? (March 2024)
    12 projects | news.ycombinator.com | 1 Mar 2024
    and poke around. If the words battery correct horse staple mean something to you, you might have an advantage.

    The heart of the software you'll be working with: https://github.com/gristlabs/grist-core/

  • Form to DB
    6 projects | news.ycombinator.com | 22 Feb 2024
    Because the single-system paradigm doesn't work any more. However, modern replacements do exist, Airtable is one of the first; it's basically the notion of a "spreadsheet with more structure", and then building forms and such on top of that. I've recently been playing with Grist and like it, although it is rough around the edges.

    https://www.getgrist.com

  • Ask HN: Spreadsheets like Google Sheets but not from Google?
    5 projects | news.ycombinator.com | 27 Jan 2024
  • Show HN: I made an app that consolidated 18 apps (doc, sheet, form, site, chat)
    3 projects | news.ycombinator.com | 7 Jan 2024
  • A modern, open-source spreadsheet that goes beyond the grid
    8 projects | news.ycombinator.com | 30 Oct 2023
    i want exactly the opposite - something that does not try to be a spreadsheet, but gives me a grid view of a database table, with concurrent edits a la google sheets, and lets me access the same data from my webapp backend.

    i have been searching for this for literally years, all the time maintaining an app as a google sheets script, because much as i would prefer something self-hosted and customisable, that collaborative grid view is the ideal user interface from my users' point of view. so far nothing has fit the bill - basetool (https://github.com/basetool-io/basetool) might have but it's discontinued and underdocumented, and i'm not really a web developer so i don't feel up to the challenge of getting it running and integrated into an app.

    grist actually came really close from a ui perspective, but it was too focused on being a spreadsheet and doing computation in the frontend. i filed an issue that explains my use case in more detail: https://github.com/gristlabs/grist-core/issues/422

  • Unicorn Startup Airtable Lays Off 27% of Firm, Shifts Focus to Big Clients
    3 projects | news.ycombinator.com | 15 Sep 2023
    Founder of Grist here (https://www.getgrist.com/):

    - focus on small teams and individuals

    - open source (with community contributing!)

    - can be run self-managed

    - portable data (lossless export in SQLite format)

    - full of great features (granular access rules, formulas with python, conditional formatting, webhooks, etc etc)

    If it's little-known, it's because we spend too much time building, not enough time selling.

  • Grist Is the Evolution of Spreadsheets
    1 project | news.ycombinator.com | 23 Aug 2023
  • From no-code to co-code
    1 project | news.ycombinator.com | 23 Aug 2023
    The exact LLM used in the experiment mentioned in this post was upstage-llama-2-70b-instruct-v2.ggmlv3.q2_K. Grist was configured to use it via llama-cpp-python and https://github.com/gristlabs/grist-core#ai-formula-assistant...
  • Microsoft is bringing Python to Excel
    6 projects | news.ycombinator.com | 22 Aug 2023
    https://github.com/gristlabs/grist-core/
  • Welcome to Datasette Cloud
    6 projects | news.ycombinator.com | 20 Aug 2023
    Check out Grist in the ‘Access with sane backend’ space. SQLite, open source and fantastic UX https://www.getgrist.com/ and https://github.com/gristlabs/grist-core

    I use and love both Datasette and Grist - they’re complementary.

What are some alternatives?

When comparing OpenVi and grist-core you can also consider the following projects:

nvi2 - A multibyte fork of the nvi editor for BSD

budibase - Budibase is an open-source low code platform that helps you build internal tools in minutes 🚀

nextvi - Next version of neatvi (a small vi/ex editor) for editing bidirectional UTF-8 text

authentik - The authentication glue you need.

src - Read-only git conversion of OpenBSD's official CVS src repository. Pull requests not accepted - send diffs to the tech@ mailing list.

Gotify - A simple server for sending and receiving messages in real-time per WebSocket. (Includes a sleek web-ui)

heirloom-ex-vi - The Traditional Vi (vi with many enhancements from Gunnar Ritter)

worldle

signify - OpenBSD tool to sign and verify signatures on files. Portable version.

Trilium Notes - Build your personal knowledge base with Trilium Notes

pEmacs - pEmacs - Perfect Emacs

yunohost - YunoHost is an operating system aiming to simplify as much as possible the administration of a server. This repository corresponds to the core code, written mostly in Python and Bash.