SwiftFrame icon indicating copy to clipboard operation
SwiftFrame copied to clipboard

CLI application for speedy screenshot framing

Results 5 SwiftFrame issues
Sort by recently updated
recently updated
newest added

[periphery](https://github.com/peripheryapp/periphery) is a tool that lets you scan for dead and unused code and also unnecessary access modifiers like `public` We could integrate it into our CI workflow. For more...

enhancement

Requirements: - Add config file for swift-format - create GH Action that lints the source files - optional: setup a pre-commit hook that validates the changed source files

enhancement

It would be nice to also allow CSS style RGB colors, in the following format which should be quite easy to parse. ``` rgb(255, 127, 68) rgba(123, 82, 71, 201)...

enhancement

It could be helpful to get started with SwiftFrame to have a subcommand that asks some very basic information (like which devices should be used, how many screenshots will be...

enhancement

As mentioned in #6 by @Johennes, users should be able to specify a font weight by using an additional key in the config file

enhancement