Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gary-ash/sublime_geedbla
My catch all Sublime Text plugin
https://github.com/gary-ash/sublime_geedbla
sublime-text
Last synced: about 1 month ago
JSON representation
My catch all Sublime Text plugin
- Host: GitHub
- URL: https://github.com/gary-ash/sublime_geedbla
- Owner: Gary-Ash
- License: mit
- Created: 2024-04-28T03:05:20.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-08-13T01:04:15.000Z (5 months ago)
- Last Synced: 2024-08-13T02:56:27.175Z (5 months ago)
- Topics: sublime-text
- Language: Python
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- Contributing: .github/CONTRIBUTING.markdown
- Funding: .github/FUNDING.yml
- License: LICENSE.markdown
- Code of conduct: .github/CODE_OF_CONDUCT.markdown
Awesome Lists containing this project
README
![GitHub](https://img.shields.io/github/license/Gary-Ash/sublime_geedbla?style=flat-square) ![](https://img.shields.io/badge/sublime--text-v4-orange?style=flat-square&logo=sublime-text)
## _Gee Dbl A Sublime Text Utility Package_
The repository is a catch all utility package for [Sublime Text](https://www.sublimetext.com)Commenting helpers:
- Insert and update my standard style file header comment
- Insert a "box" style comment. I normally use this to group routines together
- Insert a separator line commentRun source code prettiers on a variety of file types: (defaults)
[Uncrustify](https://github.com/uncrustify/uncrustify) - C, C++, C#, Objective C, Java
[SwiftFormat](https://github.com/nicklockwood/SwiftFormat) - Swift
[Black](https://github.com/psf/black) - Python
[PerlTidy](http://perltidy.sourceforge.net) - Perl
[rbprettier](https://github.com/prettier/plugin-ruby) - Ruby
[Gofmt](https://golang.org/cmd/gofmt/) - GoSet the Unix executable bit for any file with a Unix #! shbang comment
Edit shell configuration files (Bash and/or Zsh)
Create a new buffer initialized with contents of the current selection