codeline icon indicating copy to clipboard operation
codeline copied to clipboard

Run context-aware commands from your source code comments

Results 13 codeline issues
Sort by recently updated
recently updated
newest added

Perhaps this could be a generic `unix` plugin which wraps `subprocess.run` and handles errors/results appropriately.

enhancement

For example, in the `git` plugin, `Plugin.commit(context: Context, message: str = None" could be introspected to construct an `ArgumentParser` with the subcommand `git` and `--message`/`-m` as an argument.

enhancement

For example, `/var/logs/codeline.log`

enhancement