garden VS sd

Compare garden vs sd and see what are their differences.

garden

Garden grows and cultivates collections of Git trees ~ Official mirror of https://gitlab.com/garden-rs/garden (by garden-rs)

sd

a cozy nest for your scripts (by ianthehenry)
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
garden sd
4 8
54 699
- -
9.6 3.5
7 days ago about 2 months ago
Rust Shell
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.

garden

Posts with mentions or reviews of garden. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-02.
  • Show HN: Garden grows and cultivates collections of Git trees
    1 project | news.ycombinator.com | 12 Feb 2023
  • Ask HN: Who needs beta testers? (February 2023)
    9 projects | news.ycombinator.com | 2 Feb 2023
    https://github.com/davvid/garden

    Project Description: Garden is a git multi-repo powertool. Garden lets you define custom workflows over arbitrary collections of git trees.

    If you find yourself running bespoke commands across a smattering of git repositories then Garden can be a big improvement over a big pile o' scripts and repos.

    What do you want to be tested: Test the documented feature-set and new-user onboarding experience. Give feedback on its usefulness as a development/testing aid.

    Contact Info: Open an issue on the project page

  • sd: your script directory
    8 projects | news.ycombinator.com | 31 Dec 2022
    If you're into this kinda thing then then you might be interested in my take on improving over a "big pile o scripts" (and repos).

    https://github.com/davvid/garden

    Garden is a multi-repo powertool for running custom commands and mashing random shell scripts and loosely-coupled repos into a version-controllable config file. If you're weird like me you might like it.

  • Ask HN: Have you created programs for only your personal use?
    104 projects | news.ycombinator.com | 13 Apr 2022
    I ended up with so many random git repos, shell scripts and other miscellany that I ended up writing a tool to manage that stuff using a yaml file so that it's easy to transport and recreate my setup anywhere.

    "garden" is kinda like a mashup of the flexibility/power of shell scripts with the convenience of being able to declare your development environment.

    https://github.com/davvid/garden

    I was kinda surprised when someone submitted the first issue =)

    https://github.com/davvid/garden/issues/1

    git-cola was pretty much written for my own personal use, but it grew a few more users as well.

sd

Posts with mentions or reviews of sd. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-21.
  • Which command did you run 1731 days ago?
    9 projects | news.ycombinator.com | 21 Jan 2024
    Prefixing these utility scripts is a nice tip, I used to do that as well.

    Some time ago I found https://github.com/ianthehenry/sd though. It's a light wrapper around your own scripts which provides namespaces, autocompletion, custom help texts + some other QoL enhancements around that. It improves discoverability and usability a lot, very happy with it.

  • CLI user experience case study
    12 projects | news.ycombinator.com | 12 Jan 2024
    A few things that can help with memory:

    - spaced repetition for stuff that you use sporadically. I use Anki, it's great. For how to use it, this article is great: https://borretti.me/article/effective-spaced-repetition. I've found a positive feedback loop where the more I know how to do things without looking anything up, the more I use the CLI, the easier I remember things, the more things I discover, etc. I read once that when learning a new language, you should aim for content where you know 80%/90% already. It seems to be true for learning the CLI, and especially for integrating that learning into my day to day job.

    - sd (https://github.com/ianthehenry/sd) for lowering the cost of creating a "documented alias". Before that I made aliases with either alias, or bash functions, all starting with "," to quickly see all which are "mine" (I read that trick in an article that I can't find), now the more complex stuff is in sd with some documentation.

  • SD: My script directory
    1 project | /r/patient_hackernews | 31 Dec 2022
    1 project | /r/hackernews | 31 Dec 2022
  • sd: your script directory
    1 project | /r/hypeurls | 31 Dec 2022
    8 projects | news.ycombinator.com | 31 Dec 2022
    Yeah :( https://github.com/ianthehenry/sd/issues/9

    The trouble is `sd` is just so easy to type on a qwerty keyboard, and it's such a nice mnemonic for "script directory." I've thought about renaming it, but I can't think of anything I like nearly as much.

  • Start all of your commands with a comma (2009)
    4 projects | news.ycombinator.com | 23 Jun 2022
    zsh can do this if you set the PATH_DIRS option, but if I remember right it doesn't autocomplete deeply nested directories, just one level.

    I made a little tool that dispatches hierarchical commands in a slightly nicer way, with intelligent autocomplete with command descriptions: https://github.com/ianthehenry/sd

What are some alternatives?

When comparing garden and sd you can also consider the following projects:

nrfs - Filesystem with compression, encryption, CoW and error detection

bash-ctx - Make working on multiple projects a breeze!

comma - Comma runs software without installing it. [maintainers=@Artturin,@burke,@DavHau] [Moved to: https://github.com/nix-community/comma]

sd - Intuitive find & replace CLI (sed alternative)

sad - CLI search and replace | Space Age seD

repo-cmd - Small unified framework for git-ignored scripting

direnv - unclutter your .profile

just - 🤖 Just a command runner

ohmyzsh - 🙃 A delightful community-driven (with 2,300+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.