bramble VS goget

Compare bramble vs goget and see what are their differences.

goget

📦 A simple, good looking, go modules TUI! No more looking for the right "go get" command! (by MarvinJWendt)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
bramble goget
2 2
180 14
- -
0.0 0.0
about 1 year ago about 2 months ago
Go Go
MIT License MIT License
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.

bramble

Posts with mentions or reviews of bramble. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-22.
  • How to Learn Nix
    11 projects | news.ycombinator.com | 22 Nov 2021
    I've been looking into Nix a lot lately (but have yet to take the leap - I'll probably start with devshell)

    But a couple of projects have come up lately that piqued my interest wrt syntax and alteratives (Since I am not sure about Scheme anymore than Nix (as a langauge) :-)

      * https://github.com/maxmcd/bramble
  • Ask HN: What Are You Working On?
    100 projects | news.ycombinator.com | 14 Jan 2021
    An alternative to Nix that uses Starlark (python syntax) instead of a purely functional programming language: https://github.com/maxmcd/bramble

    I struggled to climb the steep learning curve of Nix/NixOS and wondered what it would be like with a more familiar (to me) syntax.

    It's been very rewarding to write. I was able to implement some ideas from the initial Nix paper that aren't present in Nix. Nix is also quite dependent on the use of the /nix/store path, but I was able to allow a user to use almost any path for their build store without sacrificing on the potential for a shared build cache. I also want to have better native support for things like building docker images, among other features.

    I'm currently implementing sandboxing and finalizing some of the build structure, but hoping it'll be usable sometime soon.

goget

Posts with mentions or reviews of goget. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-16.

What are some alternatives?

When comparing bramble and goget you can also consider the following projects:

nix-gui - Use NixOS Without Coding

fake-sms - A simple command line tool using which you can skip phone number based SMS verification by using a temporary phone number that acts like a proxy.

nonguix - Nonguix mirror – pull requests ignored, please use upstream for that

survey - A golang library for building interactive and accessible prompts with full support for windows and posix terminals.

bread - :bread: Install, update and remove AppImage from your CLI.

athens - A Go module datastore and proxy

dotfiles - A collection of my dotfiles

pterm - ✨ #PTerm is a modern Go module to easily beautify console output. Featuring charts, progressbars, tables, trees, text input, select menus and much more 🚀 It's completely configurable and 100% cross-platform compatible.

nixpkgs - Nix Packages collection & NixOS

lorri - Your project’s nix-env [maintainer=@Profpatsch,@nyarly]

go-mod-outdated - Find outdated dependencies of your Go projects. go-mod-outdated provides a table view of the go list -u -m -json all command which lists all dependencies of a Go project and their available minor and patch updates. It also provides a way to filter indirect dependencies and dependencies without updates.