tac

A high-performance, cross-platform file reverse utility (by neosmart)

Tac Alternatives

Similar projects and alternatives to tac

  • xsv

    64 tac VS xsv

    A fast CSV command line toolkit written in Rust.

  • murex

    55 tac VS murex

    A smarter shell and scripting environment with advanced features designed for usability, safety and productivity (eg smarter DevOps tooling)

  • 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
  • tidy-viewer

    📺(tv) Tidy Viewer is a cross-platform CLI csv pretty printer that uses column styling to maximize viewer enjoyment.

  • regexp-cut

    Use awk to provide cut like syntax for field extraction

  • ngrid

    2 tac VS ngrid

    It's "less" for data!

  • csv123

    CSV 1-2-3 - A CLI viewer for .csv files

  • coreutils

    Core utils re-implementation for UNIX/UNIX-like systems written in Rust (by GrayJack)

  • 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
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better tac alternative or higher similarity.

tac reviews and mentions

Posts with mentions or reviews of tac. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-27.
  • TV is a cross-platform CSV pretty printer made to maximize viewer enjoyment
    19 projects | news.ycombinator.com | 27 Sep 2021
    cat just regurgitates the contents of the file, but the resulting piped fd is non-seekable. Since almost every command that can operate on a file from stdin can also operate on the file by name/path, at best this is just a needless invocation of a process (i.e. `tv foo.csv` should have been used instead of `cat foo.csv | tv`) - if the app in question can't handle paths, then you can have the shell pipe the file into it instead (e.g. `tv < foo.csv`). At worst, the recipient program would need to buffer the entire contents of the input if it needs to perform non-sequential operations on the source data - this is the case with things like `tac` that need to seek to the end of the input (see https://github.com/neosmart/tac for how `cat foo | tac` requires buffering but both `tac foo` and even `tac < foo` don't).
  • Show HN: Hck – a fast and flexible cut-like tool
    2 projects | news.ycombinator.com | 10 Jul 2021

Stats

Basic tac repo stats
2
108
4.3
3 months ago

neosmart/tac is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of tac is Rust.

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com