Skip to content

Bash script for patching/cracking Sublime Text on Linux

License

Notifications You must be signed in to change notification settings

thiagopollachini/sublime-patcher

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

sublime-patcher

Bash script for patching/cracking Sublime Text on Linux including newest build 4107

NOTES

This script only works with an apt installation of Sublime Text, snap package cannot be supported because of it's read-only structure.

Sublime Text user preferences file interaction depends on Python so please make sure it's installed.

Usage

Patching (cracking)

  1. Clone repository
  2. Add exec rights to the script if needed
chmod +x ./sublime_patch.sh
  1. Run script with superuser privileges
sudo ./sublime_patch.sh
  1. Done
Screenshots

Patching proccess Patching result

Removing patches

You have an option to remove patches and rollback to the original Sublime Text state. In order to do that you need to run script again and choose "Restore from backup" option.

Screenshots

Restoring process Restoring result

About

Bash script for patching/cracking Sublime Text on Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%