vadimdemedes / goodness-squad

4 stars 0 forks source link

Migrate fkill-cli to Ink #12

Open vadimdemedes opened 3 years ago

vadimdemedes commented 3 years ago

fkill-cli uses boring old string concatenation to render its UI, but Sindre would love it if it could use Ink to render the UI instead. Go ahead and migrate it!

You can see how I migrated one of his other projects to Ink as an example - https://github.com/sindresorhus/emoj/pull/34. Note that this PR is for Ink 2 (previous major version), but it should give you a good idea what's needed.