Skip to content

An Atom package to increase / decrease number (and probably more) values.

License

Notifications You must be signed in to change notification settings

seveibar/atom-inc-dec-value

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Increment / Decrement Value

an Atom package


Usage

Hit alt+up or alt+down on a word...

...if the word is a Number...

...the plugin increase/decrease it.

Note: on a Number, if you use ctrl+alt+up or ctrl+alt+down, you will increment/decrement by decades.

...if the word is false/true/FALSE/TRUE/yes/no/on/off...

...the plugin will turn it to, respectively : true/false/TRUE/FALSE/no/yes/off/on.

...if the word is a String...

...the plugin will lowercase/Capitalize/UPPERCASE it.


Known Bugs & TODO

  • Support of floating Number.
  • Support of semver Number.
  • Increase/Decrease by decades.

About

An Atom package to increase / decrease number (and probably more) values.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 100.0%