Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/titoBouzout/SideBarEnhancements
Side Bar Tools and Enhancements for Sublime Text. Files and folders.
https://github.com/titoBouzout/SideBarEnhancements
Last synced: 11 days ago
JSON representation
Side Bar Tools and Enhancements for Sublime Text. Files and folders.
- Host: GitHub
- URL: https://github.com/titoBouzout/SideBarEnhancements
- Owner: titoBouzout
- Created: 2011-10-08T17:07:01.000Z (about 13 years ago)
- Default Branch: st3
- Last Pushed: 2024-04-30T11:21:00.000Z (6 months ago)
- Last Synced: 2024-10-16T04:40:12.492Z (23 days ago)
- Language: Python
- Homepage:
- Size: 663 KB
- Stars: 2,192
- Watchers: 85
- Forks: 381
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
- sublime-bookmarks - Sidebar Enhancements
README
# Side Bar Enhancements
## Description
Sidebar menu for Sublime Text. Notably provides delete as "move to trash", a
clipboard, and files affected by a rename/move command are closed, renamed/moved
and restored.## Default Menu items
To get rid of the stock Sublime Text menuitems create two empty files on
"Preferences -> Browse Packages"- `Default/Side Bar Mount Point.sublime-menu`
- `Default/Side Bar.sublime-menu`## Pre Simplification
The package has been simplified. To revert:
1. Uninstall/Remove SideBarEnhancements
2. open
https://github.com/titoBouzout/SideBarEnhancements/tree/289fa49d005352c47cfb9ba36656794dade7ced3
3. Code(green button) -> Download Zip
4. Sublime Text -> Main menu bar -> Preferences -> Browse Packages
5. Unzip to "Packages/SideBarEnhancements/" (make sure is NOT double as
"Packages/SideBarEnhancements/SideBarEnhancements")
6. Restart## External Libraries
- "desktop" to be able to open files with system handlers. See:
- "send2trash" to be able to send to the trash instead of deleting for ever!.
See:
- "hurry.filesize" to be able to format file sizes. See:
- "Edit.py" ST2/3 Edit Abstraction. See:
## Source-code
## License
"None are so hopelessly enslaved as those who falsely believe they are free."
Johann Wolfgang von GoetheCopyright (C) 2011-2024 Tito Bouzout
This license apply to all the files inside this program unless noted different
for some files or portions of code inside these files.This program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation.This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.You should have received a copy of the GNU General Public License along with
this program. If not, see