Code Monkey home page Code Monkey logo

Comments (7)

arlobelshee avatar arlobelshee commented on May 22, 2024

Ugh. Yeah, that's a problem. I never use command-line for messages, so never though of shell escapes when creating it.

Do you have any alternatives you might recommend?

The main thing I like is that it stands out. It is 3 chars wide, with the first indicating what's going on and the next two screaming RISK IS HERE!!

from arloscommitnotation.

arlobelshee avatar arlobelshee commented on May 22, 2024

What do people think about **

F**
B**
R**

Hm. Looks like I'm cussing. I don't particularly like that.

from arloscommitnotation.

arlobelshee avatar arlobelshee commented on May 22, 2024

I'm still open to a proposal that avoids terminal history expansion. I don't have an idea, so can anyone make a good proposal?

from arloscommitnotation.

JayBazuzi avatar JayBazuzi commented on May 22, 2024

There are so many different shells out there with so many different rules for which characters are special in which contexts. It's hard to design any system that won't trip up any shell.

Here's another example:

> git commit -am "r   rename `t` -> `u`"

In PowerShell backtick is the escape character, so backtick-t becomes a TAB. So in PowerShell I try to always use single quotes unless I know I want special shell expansion things to happen in my string.

Meanwhile, in Python ' and " have the same treatment. Sigh.

from arloscommitnotation.

JayBazuzi avatar JayBazuzi commented on May 22, 2024

Some more character ideas for unsafe:
R++
R@@

Or maybe we change the layout:
!R!
*R*

Maybe we also switch the safe changes to .r. which would address the multiple-space-collapse issue (#26). . and ! have a nice visual relationship.

from arloscommitnotation.

jmasonlee avatar jmasonlee commented on May 22, 2024

I like the layout change. I feel like it makes things more useable.

from arloscommitnotation.

arlobelshee avatar arlobelshee commented on May 22, 2024

#43 Considers an alternate layout. Addresses this concern and also makes risk more clear.

from arloscommitnotation.

Related Issues (11)

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.