Show HN: Stamp turns a folder into a plain text file and a file into a folder

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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

    The code for Particles and Parsers, which Scroll is built on.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • many-to-one

    Sync and keep in sync multiple files to one file

    I built this a long time ago:

    https://github.com/xixixao/many-to-one

  • blog.treenotation.org

    Blog of the Tree Notation Lab

    Tree notation looks fun... I was reading what I think is the spec (https://github.com/treenotation/blog.treenotation.org/blob/m...)? I honestly can't make quite heads or tails of it, but I do get an sense that giving cells 2D size is important. Then I looked at the language examples and... none of them seem to really use this idea of cell size??

    Am I missing something?

  • motllo

    Project templates without needing a repository

    Oh, this looks similar to my "motllo" project, [1] (and so many other projects, mine wasn't the first either). I have variable substitution, but no additional logic. For me the point was having a "readable" representation of the template.

    [1]: https://github.com/rberenguel/motllo

  • gomplate

    A flexible commandline tool for template rendering. Supports lots of local and remote datasources.

    Cookiecutter is nice but it requires an entire python install to run, which is a big thing to ask for some of the scenarios mentioned by the tool creator (like someone going through a simple learning tutorial which might not even be using python at all).

    IMHO gomplate is a nicer alternative that's just a single static go-based tool that can do everything cookiecutter does and a lot more: https://github.com/hairyhenderson/gomplate

  • golem

    I use this pattern a lot along with a tool I built for doing server deployments and administration using plain old shell scripts and ssh (golem: https://github.com/robsheldon/golem/).

    There are two caveats:

    First, if there's any chance at all that the heredoc may contain a $, or a `, or possibly some other shell-magical characters, then you have to use a single-quoted heredoc:

      cat <<'EOF'...

  • nasty-files

    Some files with nasty names

    I have a collection of non-utf8 and other problematic files:

    https://github.com/benibela/nasty-files

    You probably cannot clone the repo on Windows. It works well on Linux. But in KDE you could not delete it afterwards

  • asciinema

    Platform for hosting and sharing terminal session recordings

    Oh no need to, it's not that related and I think both stand out well on their own. As for the animated demo, it was with asciinema [1] (I think, it's usually what I have used in the past for this). Thanks for your good work!

    [1]: https://asciinema.org

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Search notification: alternative to easy-motion-like

    2 projects | /r/vim | 16 Feb 2023
  • Is there a way can show people a console app i coded other them going to my online repo to see it/ clone it?

    1 project | /r/csharp | 22 Apr 2021
  • Record and share your terminal sessions, the right way

    1 project | news.ycombinator.com | 15 Apr 2021
  • Are there any tools that auto type code for the purpose of recording video?

    2 projects | /r/learnprogramming | 31 Mar 2021
  • tips on how to do a presentation from the terminal?

    3 projects | /r/bash | 31 Mar 2021

Did you konow that Shell is
the 10th most popular programming language
based on number of metions?