Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
Toybox
Toybox provides common Linux command line utilities together in a single BSD-licensed executable that's simple, small, fast, and reasonably standards-compliant.
Collective -
Host: opensource -
https://opencollective.com/toybox
- Website: https://landley.net/toybox/about.html
- Code: https://github.com/landley/toybox
Thinko in cat.
github.com/landley/toybox - aef99f4102bbb67963e651928bd79fcb2c656b6d authored over 16 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - aef99f4102bbb67963e651928bd79fcb2c656b6d authored over 16 years ago by Rob Landley <[email protected]>
Teach patch that a file dated 1969-12-31 means doesn't exist, and to fail
if a create isn't exclusive.
github.com/landley/toybox - d5928d56bc383eac6427f63d2c8f8f1819281b1b authored over 16 years ago by Rob Landley <[email protected]>
Spent the five minutes to implement "cat".
github.com/landley/toybox - 52b499c816e77aa4ebb66ab959ccd8aaa0982ccb authored over 16 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 52b499c816e77aa4ebb66ab959ccd8aaa0982ccb authored over 16 years ago by Rob Landley <[email protected]>
Added tag 0.0.5 for changeset 09ecbdf58c87
github.com/landley/toybox - 0a91d9d1db41dd25a4f2d61f3efda7391f00782c authored over 16 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 0a91d9d1db41dd25a4f2d61f3efda7391f00782c authored over 16 years ago by Rob Landley <[email protected]>
New release coming.
github.com/landley/toybox - a95475bf83d9d57d1f9d9d42f006d8161455ef0b authored over 16 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - a95475bf83d9d57d1f9d9d42f006d8161455ef0b authored over 16 years ago by Rob Landley <[email protected]>
Wow is make stupid. (Ahem, full of "magic, implicit rules". Which are stupid.)
The directory scripts/test is not related to the script scripts/test.sh. If
the shell script is ...
Update help, move test.sh to scripts, and fix "make test" to call right script.
github.com/landley/toybox - 9d243a2efc889f9a171c8af1fc750665c4fb4e1b authored over 16 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 9d243a2efc889f9a171c8af1fc750665c4fb4e1b authored over 16 years ago by Rob Landley <[email protected]>
Add uninstall and uninstall_flat.
github.com/landley/toybox - bf081b9b500f7a18fe225b14b0ab92ed0b0f0ec9 authored over 16 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - bf081b9b500f7a18fe225b14b0ab92ed0b0f0ec9 authored over 16 years ago by Rob Landley <[email protected]>
Add install target, and make install_flat use scripts/install.sh
github.com/landley/toybox - 05fbd1e2b4b12eb3b7b33b1d88f41f8defcc4937 authored over 16 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 05fbd1e2b4b12eb3b7b33b1d88f41f8defcc4937 authored over 16 years ago by Rob Landley <[email protected]>
Another cp -r fix, another test case...
github.com/landley/toybox - 50c8c023358645195585f1503bfb97e2fb92c940 authored over 16 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 50c8c023358645195585f1503bfb97e2fb92c940 authored over 16 years ago by Rob Landley <[email protected]>
Update cp -r to work better, add relevant tests to test suite.
github.com/landley/toybox - 5ba6663ad463973a39fd65397f9ebda52657eb7c authored over 16 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 5ba6663ad463973a39fd65397f9ebda52657eb7c authored over 16 years ago by Rob Landley <[email protected]>
If we don't remember to closedir(), the leaked filehandles add up.
github.com/landley/toybox - 603a93d3f04e3f713c5e64d10464720018c51f29 authored over 16 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 603a93d3f04e3f713c5e64d10464720018c51f29 authored over 16 years ago by Rob Landley <[email protected]>
Fix -r logic, it needs both source and dest paths explicitly stated.
github.com/landley/toybox - 4416caef3dea3541c112785d1b61d0c11ec8d11e authored over 16 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 4416caef3dea3541c112785d1b61d0c11ec8d11e authored over 16 years ago by Rob Landley <[email protected]>
Enabling debugging should not change behavior. Oops.
github.com/landley/toybox - aba353e33169e3842723b49c21e32bc6f05aac10 authored over 16 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - aba353e33169e3842723b49c21e32bc6f05aac10 authored over 16 years ago by Rob Landley <[email protected]>
Make cp pass the rest of its test suite. Needs a bigger test suite (-lsHPLi
and maybe -xviu), most of which still need to be implemented.
github.com/landley/toybox - de6952793af86392905bbd190594c4232bb7ca71 authored almost 17 years ago by Rob Landley <[email protected]>
Add an install script, with --long --symlink --force and --uninstall options.
github.com/landley/toybox - b15365a407868b24c602fd7e24a867e3df10e600 authored almost 17 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - b15365a407868b24c602fd7e24a867e3df10e600 authored almost 17 years ago by Rob Landley <[email protected]>
Don't delete testdir after running test.sh. Add it to make clean instead.
github.com/landley/toybox - 7a585c67ec5f62de1e5bb1a1e44ea8adc5919d28 authored almost 17 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 7a585c67ec5f62de1e5bb1a1e44ea8adc5919d28 authored almost 17 years ago by Rob Landley <[email protected]>
Remove some commented out code.
github.com/landley/toybox - 775257bfc96679f52e9b215b3c6a8941b4974e48 authored almost 17 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 775257bfc96679f52e9b215b3c6a8941b4974e48 authored almost 17 years ago by Rob Landley <[email protected]>
Make cp pass most of its test suite. Still need to add symlink support.
github.com/landley/toybox - 7f184faac064c66ba28dd44c0df94e34f60db8b0 authored almost 17 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 7f184faac064c66ba28dd44c0df94e34f60db8b0 authored almost 17 years ago by Rob Landley <[email protected]>
Add first pass at cp, totally untested, unlikely to work yet. :)
github.com/landley/toybox - 6e6871c3b253d26ab31e328dd5f9b6996b75688c authored almost 17 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 6e6871c3b253d26ab31e328dd5f9b6996b75688c authored almost 17 years ago by Rob Landley <[email protected]>
Add enable/disable/exclude logic, update docs.
github.com/landley/toybox - 61190a3637a73c73eb6d936f446b2a14f3c9562c authored almost 17 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 61190a3637a73c73eb6d936f446b2a14f3c9562c authored almost 17 years ago by Rob Landley <[email protected]>
Yet more build dependency tweaks...
github.com/landley/toybox - 58c850894eb4110044e0fc3dbef1c970d14b7d77 authored almost 17 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 58c850894eb4110044e0fc3dbef1c970d14b7d77 authored almost 17 years ago by Rob Landley <[email protected]>
Start of tests for cp.
github.com/landley/toybox - dd282026714cb3bf4a1b98f0ecd360c980bc65b0 authored almost 17 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - dd282026714cb3bf4a1b98f0ecd360c980bc65b0 authored almost 17 years ago by Rob Landley <[email protected]>
Dirtree needs to use lstat(), not stat. And failure should probably be a
warning rather than an error (it means the directory tree is changing out
from under it, but only...
Add TOYFLAG_UMASK.
github.com/landley/toybox - 0f8c4c5998317e575f1afd47dad7f6967bc271ab authored almost 17 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 0f8c4c5998317e575f1afd47dad7f6967bc271ab authored almost 17 years ago by Rob Landley <[email protected]>
Partial update. Needs more work.
github.com/landley/toybox - 6882ee89dc5da4081d5721706ad77a3e0396b1bc authored almost 17 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 6882ee89dc5da4081d5721706ad77a3e0396b1bc authored almost 17 years ago by Rob Landley <[email protected]>
Add toys.optc, an argv-style count for toys.optargs.
github.com/landley/toybox - 26bf9e642eba4ea00cdf736d7ac4cd6be095a6af authored almost 17 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 26bf9e642eba4ea00cdf736d7ac4cd6be095a6af authored almost 17 years ago by Rob Landley <[email protected]>
Fix up (admittedly stubby) mdev so it's actually hooked up to the build.
github.com/landley/toybox - 0a521a217d7f1de33a56d75694ed7b8160f7874c authored almost 17 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 0a521a217d7f1de33a56d75694ed7b8160f7874c authored almost 17 years ago by Rob Landley <[email protected]>
Script from Roberto Foglietta to do config2help in bash instead of python.
github.com/landley/toybox - 8dd51344c8276bfe8fc0430160336e7b5f5652e9 authored almost 17 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 8dd51344c8276bfe8fc0430160336e7b5f5652e9 authored almost 17 years ago by Rob Landley <[email protected]>