Skip to content

Commit

Permalink
Takeover Folder Aliaser (#8860)
Browse files Browse the repository at this point in the history
This commit...

1. redirects "Folder Aliaser" to a new repository within SublimeText org,
   which contains a rewritten version of this plugin for both ST3 and ST4
   making use of recent features such as input handlers in command palette.

2. redirects even older and unmaintained "FolderAlias Rename Tool" plugin to
   the same new location.
  • Loading branch information
deathaxe authored Feb 28, 2024
1 parent 2f27742 commit 0d3c076
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions repository/f.json
Original file line number Diff line number Diff line change
Expand Up @@ -1450,10 +1450,15 @@
},
{
"name": "Folder Aliaser",
"details": "https://github.com/tmelot2/folder-aliaser",
"details": "https://github.com/SublimeText/FolderAliaser",
"previous_names": ["FolderAlias Rename Tool"],
"releases": [
{
"sublime_text": ">=3000",
"sublime_text": "3000 - 3999",
"tags": "st3-"
},
{
"sublime_text": ">=4000",
"tags": true
}
]
Expand All @@ -1478,16 +1483,6 @@
}
]
},
{
"name": "FolderAlias Rename Tool",
"details": "https://bitbucket.org/rablador/folderalias",
"releases": [
{
"sublime_text": ">=3000",
"branch": "develop"
}
]
},
{
"name": "FolderFiles",
"details": "https://github.com/shagabutdinov/sublime-folder-files",
Expand Down

0 comments on commit 0d3c076

Please sign in to comment.