boxxy VS flop

Compare boxxy vs flop and see what are their differences.

boxxy

boxxy puts bad Linux applications in a box with only their files. (by queer)

flop

floppy-disk facade for common archive formats! (by queer)
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
boxxy flop
10 1
1,224 2
- -
8.5 5.7
5 days ago 8 months ago
Rust Rust
MIT License GNU General Public License v3.0 or later
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.

boxxy

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

flop

Posts with mentions or reviews of flop. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-11.
  • Show HN: peckish, a CLI/Rust library for Linux package manipulation
    5 projects | news.ycombinator.com | 11 Sep 2023
    This is a tool I’ve been working on for the last ~6 months. It was born out of frustration trying to package boxxy[1] for different distros.

    This was originally to be presented at RustConf 2023 in a few days, under the talk “Repackage the World!,” but unfortunately my health took a sudden turn for the worse and I’m no longer able to give the talk.

    peckish IS NOT a replacement for distro-specific packaging tools, and its packages WILL NOT be compliant with every distribution’s standards for packages.

    peckish IS:

    - a way to make a quick-and-dirty packages for distributing a program

    - a CLI/library for manipulating the contents of Linux packages

    The core abstraction is an in-memory filesystem behind an async std::fs-like facade[2], allowing packages to be manipulated with more-intuitive random-access I/O instead of putting up with (nested) streaming archive formats. This facade also is used for ex. enabling easier archive manipulation[3], a library for copying between facade implementations[4], and more. This bets that most packages will never be larger than memory, which in my testing is a safe bet even with Docker images as inputs.

    Sorry for adding more YAML to the world :P

    [1] https://github.com/queer/boxxy

    [2] https://github.com/queer/floppy-disk

    [3] https://github.com/queer/flop

    [4] https://github.com/queer/disk-drive

What are some alternatives?

When comparing boxxy and flop you can also consider the following projects:

xdg-ninja - A shell script which checks your $HOME for unwanted files and directories.

peckish - peckish (case-sensitive) is a CLI tool/Rust library for (re)packaging Linux software artifacts.

platformdirs - A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".

disk-drive - Multi-disk utilities for floppy-disk!

dotfiles - Dotfiles

reverie - An ergonomic and safe syscall interception framework for Linux.

neovim - Vim-fork focused on extensibility and usability

spank-private-tmp - Slurm spank plugin to give each job private /tmp (and/or other dirs)

directories-rs - a mid-level library that provides config/cache/data paths, following the respective conventions on Linux, macOS and Windows

Electron - :electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS

Cargo - The Rust package manager

rfcs - RFCs for changes to Rust