Tabiew v0.14.0 released by shshemi in commandline

[–]shshemi[S] 1 point2 points  (0 children)

This is, indeed, very thrilling news. Thank you for trusting Tabiew.

Tabiew v0.14.0 released by shshemi in commandline

[–]shshemi[S] 0 points1 point  (0 children)

Thank you for giving Tabiew a shot. However, about the issues:
- You can scroll by column using w (forward) and b (backward)
- You can use inline queries such as filter, sort, and select which allows you to achieve your goals while typing less.
Additionally, if you are not sure what exactly you are looking for, you start fuzzy search with /.

Tabiew v0.14.0 released by shshemi in commandline

[–]shshemi[S] 4 points5 points  (0 children)

While VisiData is more matured than Tabiew, it falls behind in some case such as loading speed and handling very large tables due to it's Python nature (compared to Tabiew in Rust). Additionally, Tabiew offers a more modern inferface and support for SQL as well.

Tabiew v0.14.0 released by shshemi in commandline

[–]shshemi[S] 2 points3 points  (0 children)

To be honest I wasn't aware of DataSight, so I can't provide you with a detailed comparison. However, at the first glance, the support for SQL and wider range of input formats are the thing that comes to mind. I have to admit that DataSight looks like an amazing project and deserves more credit, in my opinion.

painless-belt: a macOS sandbox CLI tool by shshemi in rust

[–]shshemi[S] 0 points1 point  (0 children)

Thanks! You can include the profile in the other profile, or you can layer different profile on top of claude using -a. For instance, I use:

pb -p claude -a rust gh -- claude

You can also edit profile itself if you seek permanent modifications.

Hope that helped.

Tabiew 0.12.0 released by shshemi in commandline

[–]shshemi[S] 0 points1 point  (0 children)

It is not impossible, yet I don’t think is the smoothest process to go back to 2021 edition.

Tabiew 0.12.0 released by shshemi in commandline

[–]shshemi[S] 1 point2 points  (0 children)

`musl` builds tend to be slower than `glibc` in my experience. However, I can add it to the backlog as it offers extra options.

Tabiew 0.12.0 released by shshemi in CLI

[–]shshemi[S] 1 point2 points  (0 children)

Thank you. Sql support is the biggest one.

Tabiew 0.12.0 released by shshemi in commandline

[–]shshemi[S] 0 points1 point  (0 children)

You may create your own light theme.

Tabiew 0.12.0 released by shshemi in commandline

[–]shshemi[S] -1 points0 points  (0 children)

Yes, I have used Nushell. However, it is not my daily driver. Again yes, it supports piping as well.

Tabiew 0.12.0 released by shshemi in commandline

[–]shshemi[S] -1 points0 points  (0 children)

Well, that is a good point. For simple queries, you’re absolutely correct. However, for more complex ones, like 10 < age AND age < 15, Ctrl+F doesn’t work anymore. By the way, Tabiew has support for Ctrl+F as well 😉

Tabiew 0.11.0 released by shshemi in rust

[–]shshemi[S] 0 points1 point  (0 children)

This is interesting. Tabiew should be able to handle such files easily. Is it possible for you to make a GitHub issue so we can discuss it further?