deno-cliffy VS standardnotes-folder-export-cli

Compare deno-cliffy vs standardnotes-folder-export-cli and see what are their differences.

deno-cliffy

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more... (by c4spar)

standardnotes-folder-export-cli

Standard Notes Folder Export CLI - Deno (by BrunoBernardino)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
deno-cliffy standardnotes-folder-export-cli
5 1
862 15
- -
7.9 10.0
19 days ago almost 2 years ago
TypeScript TypeScript
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.

deno-cliffy

Posts with mentions or reviews of deno-cliffy. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-02.
  • The xz attack shell script
    5 projects | news.ycombinator.com | 2 Apr 2024
  • Bun 1.1
    17 projects | news.ycombinator.com | 1 Apr 2024
    Also with Deno, it become very easy to write typed cli. .ts file can be run as script very easily with permission access defined on top of the script such as:

    #!/usr/bin/env -S deno run --allow-net

    Then one can just run ./test.ts if the script has +x permission.

    Also project such as https://cliffy.io has made writing cli way more enjoyable than node.

    It is a good idea to beware of the VC. So it is good idea to support project such as Hono (projects conform to modern web standard, and is runtime agnostic for JS).

  • Create a commit message in an interactive format.
    2 projects | dev.to | 15 Nov 2022
    import * as hoipoiCapsule from "https://deno.land/x/[email protected]/mod.ts"; const commitMessageTemplate = `{{type}}({{scope}}): {{summary}} {{body}} BREAKING CHANGE: {{breakingChange}}`; hoipoiCapsule.useCase.fillInCommitMessage.run({ commitMessageTemplate, questionList: [ { /** * The answer applies to the {{type}} part of commitMessageTemplate. */ target: "type", /** * Pre-prepared questions. */ q: hoipoiCapsule.preset.fillInCommitMessage.conventionalcommits.qMap.type, /** * Thus, you can also create your own questions. */ // q: typeQ, /** * Modify the commit message. * Use this function when a message is unanswered, for example. */ fixCommitMessage: (p) => { if (p.answerMap["type"] === "???") { return p.commitMessage.replace(/\r?\n{2,}/, "\n").trim(); } return p.commitMessage; }, }, ], }); /** * Please check here. * https://github.com/c4spar/deno-cliffy */ const typeQ = () => hoipoiCapsule.userInterface.prompt.Select.prompt({ message: "Select type.", search: true, options: [ { name: "Build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)", value: "Build", }, { name: "CI: Changes to our CI configuration files and scripts (examples: CircleCi, SauceLabs)", value: "CI", }, { name: "Docs: Documentation only changes", value: "Docs" }, { name: "Feat: A new feature", value: "Feat" }, { name: "Fix: A bug fix", value: "Fix:" }, { name: "Perf: A code change that improves performance", value: "Perf" }, { name: "Refactor: A code change that neither fixes a bug nor adds a feature", value: "Refactor", }, { name: "Test: Adding missing tests or correcting existing tests", value: "Test", }, ], });
  • githooked - The Deno git-hook handler for your lifecycle.
    2 projects | /r/Deno | 18 Mar 2022
    Just wanted to add that v0.0.6 has been released. I changed to a more refined CLI library using https://github.com/c4spar/deno-cliffy/ so that it can be more easily maintained. Still works just the same, but more refined and clean code since when it may have been previously looked at.
  • C4spar/deno-cliffy: Command line framework for deno
    1 project | news.ycombinator.com | 4 Mar 2021

standardnotes-folder-export-cli

Posts with mentions or reviews of standardnotes-folder-export-cli. We have used some of these posts to build our list of alternatives and similar projects.
  • Standard Notes export tool
    1 project | /r/StandardNotes | 15 Feb 2023
    I wanted to share this wonderful Standard notes Folder Export CLI tool - https://github.com/BrunoBernardino/standardnotes-folder-export-cli - that I just found to fill a "critical hole" (or at least for me) in Standard Notes backup/export options. I have been using Standard Notes as a paid user for years with a grandfathered paid 5 year plan, so this is by no means an attack on Standard Notes but more of my level of obsession over my personal notes and knowledge base. Mainly that while Standard Notes has always been future proof without any lock in due to its plain text export, worse case the export features always came off to me as less than idea. For purposes of backup and restoring to Standard Notes the single file archive with encrypted and plain text versions makes sense. Along with the plain text folder option which gives you every note as its own text file to make it more "human readable", so all promises were fulfilled by Standard Notes when it comes to fully owning your own data. My one issue with it is that as one with lots of notes that makes heavy use of tags/folders to make it more user friendly, having all of my notes in a single folder when exported is a mess that would be a pain to deal with as a whole. Enter this tool which parses your single file export archive into a folder structure to recreate how you had things organized in Standard Notes. A major game changer for me as it means I now finally feel safe to be able to add my personal knowledge base (journal files, and various reference notes files) so I can finally go all in when it comes to keeping all of my personal notes in Standard Notes knowing that I can now easily get them out in the same without losing my folder system which makes them usable. Sure I could have used other tricks such as really long files or using type prefixes in my note titles to allow for easy sorting before but that would have been less than ideal. Anyway sharing this in the hopes that this little script will be just as big of a Standard Notes game changer to at least a few other people in the same way as it was for me.

What are some alternatives?

When comparing deno-cliffy and standardnotes-folder-export-cli you can also consider the following projects:

node-cli-boilerplate - 🪓 Create node cli with this user friendly boilerplate

cac - Simple yet powerful framework for building command-line apps.

yaclt - Yet Another Change Log Tool

denoliver - A simple, dependency free static file server for Deno with possibly the worst name ever.

eggs - 🥚 Nest's Multipurpose CLI

forge-node-app - 🛠📦🎉 Generate Node.js boilerplate with optional libraries & tools

botway - 🤖 Generate, build, handle and deploy your own AI Bot with your favorite language, for Discord, or Telegram, or even Slack

deno-eclipt - A flexible Deno library to create CLIs

auto - Auto is a TypeScript-powered command-line automation tool.

hoipoi_capsule - Fill in message with Deno

githooked - [Tool/DevOps] Beta - Manage git hooks across your project with cross-platform support and mobility. Comfortably integrates with git to allow custom scripting. Designed for Bash 4.0 or compatible. Compatible with Git SCM (Git for Windows).