scripts

A collection of random scripts from my computer (by gkbrk)

Scripts Alternatives

Similar projects and alternatives to scripts

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better scripts alternative or higher similarity.

scripts reviews and mentions

Posts with mentions or reviews of scripts. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-05.
  • Ninja is enough build system
    4 projects | news.ycombinator.com | 5 Nov 2023
    > This tiny little implementation[0] in Python!

    345 lines of well-commented Python. Cute as a button! It doesn't seem to re-use already-built files, though.

    I wonder how many lines that would add. I actually have a bit of Python in my build pipeline that basically just goes `if os.path.getmtime(src) > os.path.getmtime(target)` and it works fine (and took far less effort than trying to shoehorn that build step into my Makefile).

    [0] https://github.com/gkbrk/scripts/blob/master/ninja.py

  • N2: Alternative Ninja Implementation
    6 projects | news.ycombinator.com | 25 Mar 2022
    Shameless plug, I also wrote my own Ninja implementation [1]. I tried to make it easy to understand, while supporting all the Ninja features I used.

    In the end, it was able to compile my own kernel and a few other Ninja projects.

    [1]: https://github.com/gkbrk/scripts/blob/master/ninja.py

Stats

Basic scripts repo stats
2
12
4.6
12 months ago

gkbrk/scripts is an open source project licensed under GNU Affero General Public License v3.0 which is an OSI approved license.

The primary programming language of scripts is Python.


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