Skip to content

realliyifei/alfred-sequential-strings-creator

Repository files navigation

Sequential Strings Creator (Mac Alfred Workflow)

This simple workflow lets you create a series of sequential strings, such as "hw1 hw2 hw3 " by "hw{1-3} ", horizontally or vertically. Useful in todo apps, note-taking apps, etc.

Download

Download alfredworkflow file directly from the releases page, make sure to download the latest release.

Examples

It supports the sequence of either integer or one-digit float.

The input format is strings {number-number} strings, where curly braces work as identifiers.

  • Type hw{1-3} after trigger keyword, and choose horizontally, it creates:

    hw1 hw2 hw3
    
  • Type section {1.8-2.2}, after trigger keyword, and choose horizontally, it creates:

    section 1.8, section 1.9, section 2.0, section 2.1, section 2.2
    
  • Type chapter {12-15} today after trigger keyword, and choose vertically, it creates:

    chapter 12 today
    chapter 13 today
    chapter 14 today
    chapter 15 today
    

More Demos

It's also helpful when intergrating with other apps.

We can create a series of tasks in todo apps like Things 3 quickly.

We can create a series of headers of the table in the note-taking apps like OneNote conveniently.

The possibilities is endless!


Software: Alfred (Mac)

Alfred Logo

The software can be downloaded here. You need to buy the Powerpack to use this workflow.

Credit & Licence

About

Workflow to create a series of sequential strings, such as "hw1 hw2 hw3 " by "hw{1-3} ", horizontally or vertically. Useful in todo apps, note-taking apps, etc.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages