{"id":18774319,"url":"https://github.com/leny/atom-string-looper","last_synced_at":"2025-12-14T07:30:20.065Z","repository":{"id":22549386,"uuid":"25890398","full_name":"leny/atom-string-looper","owner":"leny","description":"Change word case, number value and loop between keywords with the arrow of your keyboard. ","archived":false,"fork":false,"pushed_at":"2016-01-27T16:41:40.000Z","size":212,"stargazers_count":3,"open_issues_count":4,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-29T08:42:52.503Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CoffeeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/leny.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-10-28T21:13:57.000Z","updated_at":"2017-06-05T15:43:44.000Z","dependencies_parsed_at":"2022-08-20T19:20:47.001Z","dependency_job_id":null,"html_url":"https://github.com/leny/atom-string-looper","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leny%2Fatom-string-looper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leny%2Fatom-string-looper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leny%2Fatom-string-looper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leny%2Fatom-string-looper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leny","download_url":"https://codeload.github.com/leny/atom-string-looper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239680988,"owners_count":19679509,"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":[],"created_at":"2024-11-07T19:37:59.257Z","updated_at":"2025-12-14T07:30:20.006Z","avatar_url":"https://github.com/leny.png","language":"CoffeeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# string-looper package\n\n\u003e Change word case, number value and loop between keywords with the arrows of your keyboard.\n\n* * *\n\n**Note:** this package is kinda like in beta: it works in most cases, but in some cases the results can be a little weird. Don't hesitate [creating an issue](https://github.com/leny/atom-string-looper/issues) when you find one.\n\n* * *\n\n## Keymaps\n\n### Looping up\n\n**On Mac OS X:** `alt-up`\n**On Windows \u0026 Linux:** `alt-up`\n\n### Looping down\n\n**On Mac OS X:** `alt-down`\n**On Windows \u0026 Linux:** `alt-down`\n\n### Looping up at cursor\n\n**On Mac OS X:** `cmd-alt-up`\n**On Windows \u0026 Linux:** `cmd-alt-up`\n\n### Looping down at cursor\n\n**On Mac OS X:** `cmd-alt-down`\n**On Windows \u0026 Linux:** `cmd-alt-down`\n\n## Behaviour\n\nWhen you trigger the command over a word, it will loop between `lowercase`, `uppercase` and `camelCase` (adding a uppercase letter at cursor position).\n\n![Loop a word](https://raw.githubusercontent.com/leny/atom-string-looper/master/caps/word-looper.gif)\n\nWhen you trigger the command over certain words, it will loop between numerous possible values, like `yes` and `no`.\n\n![Loop an enum](https://raw.githubusercontent.com/leny/atom-string-looper/master/caps/enum-looper.gif)\n\nThe built-in enums are :\n\n* yes, no\n* true, false\n* relative, absolute, fixed\n* top, bottom\n* left, right\n* width, height\n* margin, padding\n* block, none, inline, inline-block\n* h1, h2, h3, h4, h5, h6\n* am, pm\n* sun, mon, tue, wed, thu, fri, sat\n* sunday, monday, tuesday, wednesday, thursday, friday, saturday\n* jan, feb, mar, apr, may, jun, jul, aug, sep, oct, nov, dec\n* TODO, DONE, FIXME\n\nYou can also add your own enums by modifying your `~/.atom/config.cson` file, like this :\n\n```\n'string-looper':\n  'enums': [\n    [\n      'oui'\n      'non'\n    ],\n    [\n      'am'\n      'pm'\n    ]\n  ]\n```\n\nWhen you trigger the command over a number, it will increment/decrement it by `1`.\n\n![Loop a number](https://raw.githubusercontent.com/leny/atom-string-looper/master/caps/number-looper.gif)\n\nIf you use the \"(in|de)crement-at-cursor\" command, it will increment/decrement it at the point of the cursor.\n\n![Loop a number at the cursor](https://raw.githubusercontent.com/leny/atom-string-looper/master/caps/number-looper-at-cursor.gif)\n\n* * *\n\n## TODO\n\n* [ ] Write complete atom specs\n* [ ] Refactor number-loop code\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleny%2Fatom-string-looper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleny%2Fatom-string-looper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleny%2Fatom-string-looper/lists"}