Update and add index

This commit is contained in:
Jonas Zeunert
2024-04-23 15:17:38 +02:00
parent 4d0cd768f7
commit 8d4db5d359
726 changed files with 41721 additions and 53949 deletions

View File

@@ -1,4 +1,4 @@
 Awesome Atom !Awesome (https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) (https://github.com/sindresorhus/awesome)
 Awesome Atom !Awesome (https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) (https://github.com/sindresorhus/awesome)
A curated list of delightful Atom packages and resources. For more awesomeness, check out awesome (https://github.com/sindresorhus/awesome).
@@ -63,11 +63,11 @@
Lint
In case the awesome nirvana that is linting has not yet been unleashed upon you:
▐ lint was the name originally given to a particular program that flagged some suspicious and non-portable constructs (likely to be bugs) in C language source code. The term is now applied 
▐ generically to tools that flag suspicious usage in software written in any computer language.
▐ lint was the name originally given to a particular program that flagged some suspicious and non-portable constructs (likely to be bugs) in C language source code. The term is now applied generically to tools that flag suspicious usage
▐ in software written in any computer language.
To enable linting, you'll need the general linter (https://atom.io/packages/linter) which provides the interface for the provider plugins for specific languages. The full list of current 
plugins can be found at atomlinter.github.io (http://atomlinter.github.io/), a few examples being:
To enable linting, you'll need the general linter (https://atom.io/packages/linter) which provides the interface for the provider plugins for specific languages. The full list of current plugins can be found at atomlinter.github.io 
(http://atomlinter.github.io/), a few examples being:
 - C++
 - linter-clang (https://atom.io/packages/linter-clang)
@@ -85,8 +85,8 @@
Build
To enable building, you'll need the general build (https://atom.io/packages/build) which provides the interface for the provider plugins for specific languages and adds integrates with lint 
(#lint). The full list of current plugins can be found at atombuild.github.io (http://atombuild.github.io/), a few examples being:
To enable building, you'll need the general build (https://atom.io/packages/build) which provides the interface for the provider plugins for specific languages and adds integrates with lint (#lint). The full list of current plugins can 
be found at atombuild.github.io (http://atombuild.github.io/), a few examples being:
 - AppleScript (https://atom.io/packages/build-applescript) — oscompile
 - C/C++/Objective C (https://atom.io/packages/build-xcodebuild) — xcodebuild
@@ -178,8 +178,8 @@
▐ It shows visual plot of commits to the current file over time and you can click on it on the timeplot or hover over the plot and see all of the commits for a time range.
!git-time-machine 
(https://i.github-camo.com/62085307dccead1c2f5efdf4d7a40f9cdb777b93/68747470733a2f2f7261772e67697468756275736572636f6e74656e742e636f6d2f6c6974746c656265652f6769742d74696d652d6d616368696e652f6
d61737465722f7265736f75726365732f74696d656d616368696e652e676966)
(https://i.github-camo.com/62085307dccead1c2f5efdf4d7a40f9cdb777b93/68747470733a2f2f7261772e67697468756275736572636f6e74656e742e636f6d2f6c6974746c656265652f6769742d74696d652d6d616368696e652f6d61737465722f7265736f75726365732f74696d656d61
6368696e652e676966)
html-to-css (https://atom.io/packages/html-to-css)
▐ Generates CSS boilerplate based on the selected HTML. Supports CSS, SCSS, Sass, LESS, BEM, JSX.
@@ -218,8 +218,8 @@
▐ Sorts your lines. Never gets tired.
! 
(https://camo.githubusercontent.com/59de82a667ea690b778abaa5ba8a407f8659ebb3/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f323938382f313739363839312f38356536396666322d36
6139332d313165332d383961632d3331393237663630343539322e676966)
(https://camo.githubusercontent.com/59de82a667ea690b778abaa5ba8a407f8659ebb3/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f323938382f313739363839312f38356536396666322d366139332d313165332d383961632d33313932376636303
43539322e676966)
Sorter (https://atom.io/packages/sorter)
▐ Sorts Lines, JSON, CSS, HTML, CSV. Restores semicolons. Respects indentation. Supports natural sort.