Giter Club home page Giter Club logo

Comments (6)

konoui avatar konoui commented on June 8, 2024 1

OK, I decide to enable uppercase by default instead of {{}}.
It will take a few days to release new version.
Thanks!!

from alfred-tldr.

konoui avatar konoui commented on June 8, 2024 1

I implemented the feature.
I adopted "single" for default behavior not "uppercase" to avoid confusing as some commands uses uppercase for non-user input parameters with user input parameters.
If you want, please set "uppercase" value for TLDR_COMMAND_FORMAT variable.

from alfred-tldr.

konoui avatar konoui commented on June 8, 2024

Thank you for your proposal!
I agree with you.

Currently, the workflow adopts original command format using {{}}

I will be able to introduce format option via alfred environment variable.

original

tar czf {{target.tar.gz}} --directory={{path/to/directory}} .

e.g.) remove option

tar czf target.tar.gz --directory=path/to/directory .

e.g.) uppercase option

tar czf TARGET.TAR.GZ --directory=PATH/TO/DIRECTORY .

e.g.) single option

tar czf {target.tar.gz} --directory={path/to/directory} .

I think uppercase option is most readable of them.
If you have any other ideas, please let me know.

from alfred-tldr.

chrisgrieser avatar chrisgrieser commented on June 8, 2024

Great, thanks for the quick commits already 🤗

I'd say uppercase them. This would also be in line with how e.g. the Pandoc documentation does it:
Screenshot 2021-08-13 14 58 55

from alfred-tldr.

chrisgrieser avatar chrisgrieser commented on June 8, 2024

No hurry :)

Thank you for this useful workflow!

from alfred-tldr.

chrisgrieser avatar chrisgrieser commented on June 8, 2024

great, thanks!

from alfred-tldr.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.