Nova

Extensions


Readme

Automatically populate Tasks from package.json, composer.json, Taskfile and Maidfiles

Features

  • Nova Tasks automatically populated from top-level
  • package.json, composer.json, Taskfile.yml, and maidfile.toml.
  • Per-workspace setting to choose Yarn/NPM for task execution

Usage

  • Install and activate the extension
  • Optional: set the global settings for your node package manager
  • Optional: set the project settings for your node package manager

Project settings will override global ones, if you wish to customize package manager execution on a per-project basis.

The rest is automatic! Tasks will refresh when files and settings change.

To Do

Issues and planned features can be seen (and added to) in the issues log.

This software is open source - pull requests are welcome.

License

Distributed under the MIT License. See LICENSE.txt for more information.

Contact

Elliot - @elliot, or hello [at] lgm.ltd

Project Link: https://github.com/little-green-man/nova-taskfinder

Acknowledgments

So many thanks go to:


Changelog

Version 5.0

Version 4.0

Version 3.1

  • Added Taskfile (taskfile.dev) support
  • Enabled shell for npm/yarn, so should use your PATH automatically
  • Refreshed extension icon

Version 3.0

  • Removed the side bar, and associated overheads
  • Refined the UI
  • Renamed the extension
  • Improved overall performance

Version 2.2

  • Added funding link to extension definition.

Version 2.1

  • Fixed Bug #6: TypeError: undefined is not an object (evaluating 'nova.fs.stat(this.packageJsonPath).isFile')

Version 2.0

  • Provides tasks found at the root-level to Nova automatically (auto-populates the Tasks dropdown)
  • Added support for composer tasks as well as node ones
  • Allows the user to specify the path to NPM/Yarn (workaround as Nova doesn't provide shell environment)

Version 1.7

  • The icon for each task now reflects the running state.
  • The package is re-listed under the Tasks category, thanks to Panic changing their validation criteria.

Note: The whole tree is refreshed for now, as asking the element to reload isn't working.

Version 1.6

  • Implemented the "Show in Finder" feature, for a given task. Thanks go to Reüel van der Steege.
  • Removed the "Tasks" category, as it requires pre-determined tasks to be provided. This extension determines them automatically.

Version 1.4

  • Sidebar image fixed

Version 1.3

  • Several bugs fixed.
  • Configuration added (see Readme).
  • Made into Treeware.

Version 1.0

Initial release based on how Nova Version 1.0b7 (145647) works.

I can't work out how to make custom images work for sidebars yet 🤯 - it'll get an icon once I've figured that out.