{"id":13448367,"url":"https://github.com/duydao/Text-Pastry","last_synced_at":"2025-03-22T09:31:18.895Z","repository":{"id":5002225,"uuid":"6160482","full_name":"duydao/Text-Pastry","owner":"duydao","description":"Extend the power of multiple selections in Sublime Text. Modify selections, insert numeric sequences, incremental numbers, generate uuids, date ranges, insert continuously from a word list and more.","archived":false,"fork":false,"pushed_at":"2022-12-27T20:17:57.000Z","size":343,"stargazers_count":831,"open_issues_count":3,"forks_count":46,"subscribers_count":15,"default_branch":"master","last_synced_at":"2024-10-28T14:27:28.461Z","etag":null,"topics":["copy-paste","editor","increment-number","number-range","python","sublime","sublime-text","sublime-text-plugin","uuid-generator"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"eileenmcnaughton/nz.co.fuzion.omnipaymultiprocessor","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/duydao.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-10-10T16:32:35.000Z","updated_at":"2024-10-16T14:21:15.000Z","dependencies_parsed_at":"2023-01-11T16:19:51.149Z","dependency_job_id":null,"html_url":"https://github.com/duydao/Text-Pastry","commit_stats":null,"previous_names":[],"tags_count":34,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duydao%2FText-Pastry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duydao%2FText-Pastry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duydao%2FText-Pastry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duydao%2FText-Pastry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/duydao","download_url":"https://codeload.github.com/duydao/Text-Pastry/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244937751,"owners_count":20535124,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["copy-paste","editor","increment-number","number-range","python","sublime","sublime-text","sublime-text-plugin","uuid-generator"],"created_at":"2024-07-31T05:01:43.449Z","updated_at":"2025-03-22T09:31:18.506Z","avatar_url":"https://github.com/duydao.png","language":"Python","readme":"# Text Pastry #\n\n_Text Pastry_ is a free plugin for [Sublime Text](http://www.sublimetext.com/), dedicated to reduce repetetive work by extending the power of [multiple selections](https://www.sublimetext.com/docs/selection).\n\n## How can I get started?\nIf you're familiar with [multiple selections](https://www.sublimetext.com/docs/selection), it's pretty straight forward. Place multiple cursors by using CMD+Click or Ctrl+Click, open the [Command Palette](http://docs.sublimetext.info/en/latest/reference/command_palette.html) and select _Text Pastry From 1 to X_. That's it! We've just pasted incrementing numbers.\n\nCheck out the [wiki](https://github.com/duydao/Text-Pastry/wiki/Examples) for examples!\n\n## Features include: ##\n\n- Incremental numbers/sequences _(1, 2, 3 or 100, 80, 60)_\n- Repeatable number ranges _(1, 2, 3, 4, 1, 2, 3, 4 or 2, 1, 2, 1, 2, 1)_\n- Generate UUIDS _(ba18f7fc-c387-46da-9544-ed32e49ce6f8 or D306E86C-918F-4551-95A9-CB9865A4DD2F)_\n- Extendable list of presets _(Monday, Tuesday, Wednesday or alpha, beta, gamma)_\n- Extendable list of commands\n- Create and modify selections\n- Improved paste _(paste the first three lines of the clipboard data to the three selected locations)_\n- Generate date and number ranges\n- Convert to upper/lower case\n- Duplicate values for pasting _(1, 1, 2, 2, 3, 3, 4, 4)_ or _(a, a, a, b, b, b, c, c, c)_\n\n## What's new ##\n- 1.6.1: Fix \"Pipe into selection\" bug (#78)\n- 1.6.0: [New features!](https://github.com/duydao/Text-Pastry/blob/master/RELEASENOTES.md) Support for decimal and hexadecimal ranges - Thanks to [@SmartManoj](https://github.com/SmartManoj), [@miusuncle](https://github.com/miusuncle), [@sagunkho](https://github.com/sagunkho), [@slhck](https://github.com/slhck) and [@charleskawczynski](https://github.com/charleskawczynski)\n- 1.5.1: Bugfix release for Find by regex [#56](https://github.com/duydao/Text-Pastry/issues/56) - Thanks [@timLinscott](https://github.com/timLinscott)\n- 1.5.0: [New features!](https://github.com/duydao/Text-Pastry/blob/master/RELEASENOTES.md)\n- 1.4.10: Scroll into view on search / after find [#33](https://github.com/duydao/Text-Pastry/issues/33) - Thanks again [@miusuncle](https://github.com/miusuncle)\n- 1.4.9: Bugfix release for uuid x10 [#31](https://github.com/duydao/Text-Pastry/issues/31) - Thanks [@miusuncle](https://github.com/miusuncle)\n- 1.4.8: Added support for repeating increments [#29](https://github.com/duydao/Text-Pastry/issues/29) - Thanks [@mkruselj](https://github.com/mkruselj)\n- 1.4.7: Fixed range command (stop condition was ignored)\n- 1.4.6: Bugfix release for paste by row - Thanks [@Nieralyte](https://github.com/Nieralyte)\n- 1.4.5: Added the paste by row command (use ```pr``` or ```pbr``` in the command line) [#28](https://github.com/duydao/Text-Pastry/issues/28)\n- 1.4.4: Bugfix for command ```\\i``` [#27](https://github.com/duydao/Text-Pastry/issues/27) - Thanks [@kcko](https://github.com/Kcko)\n- 1.4.3: New commands! Generate date ranges command, repeat argument (x-arg), and the [Auto Step](https://github.com/duydao/Text-Pastry/issues/20) command\n- 1.4.2: Fix range / negative steps [#24](https://github.com/duydao/Text-Pastry/issues/24) - Thanks [@TheClams](https://github.com/TheClams)\n- 1.4.1: Hotfix for [#23](https://github.com/duydao/Text-Pastry/issues/23) - Thanks [@dufferzafar](https://github.com/dufferzafar)\n- 1.4.0: [New Features!](https://github.com/duydao/Text-Pastry/blob/master/RELEASENOTES.md#release-notes-140)\n\n## Further information\n\nIf you would like to know more about how _Text Pastry_ can help you out, check out our [wiki](https://github.com/duydao/Text-Pastry/wiki).\n\n## Todo ##\n- formatters\n- wrappers [#20](https://github.com/duydao/Text-Pastry/issues/20)\n- smart case: determine case-sensitivity by search term\n\n## Wishlist ##\n- Webservice \"Shell\": use a custom (web-)service to process our selections\n- yankring\n- Templates: apply formatting right before items are pasted\n\n## Done ##\n- ~~Paste by progressing a list (Piping Bag)~~ (1.5.0)\n- ~~increment in multiple files~~ (1.5.0)\n- ~~loops~~ (1.5.0)\n- ~~date ranges~~ (1.4.10)\n- ~~incremental search: add search terms to selection by shortcut (work-in-progress)~~ (1.4.0, use ``add``)\n- ~~Alphabetical sequence (upper/lower case)~~ (1.4.0)\n- ~~Random numbers, strings and sequences~~ (use [Random Everything](https://sublime.wbond.net/packages/Random%20Everything) in combination with commands)\n- ~~Command List Overlay~~\n- ~~Command History~~\n- ~~UUID generation~~\n- ~~Settings for word manipulation~~\n- ~~Paste as Block~~\n\n## Great plugins that I love to use with Text Pastry ##\n\n__in alphabetical order__\n\n- autoselect - https://github.com/SublimeText/AutoSelect\n- Case Conversion - https://github.com/jdc0589/CaseConversion\n- Hasher - https://github.com/dangelov/hasher/\n- Insert Date - https://github.com/FichteFoll/sublimetext-insertdate\n\n## License ##\n\nThe MIT License (MIT)\n\nCopyright (c) 2019 Duy Dao, https://github.com/duydao/Text-Pastry\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n\n\n## See Also ##\n\nFor further information, please take the time to look at following links:\n\n* Sublime Text: http://www.sublimetext.com/\n* Sublime Package Control: https://sublime.wbond.net/installation\n","funding_links":[],"categories":["Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduydao%2FText-Pastry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fduydao%2FText-Pastry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduydao%2FText-Pastry/lists"}