feat(scripts): Add fuzzy search and type filtering for community scripts; improve scripts CLI output and cache handling
This commit is contained in:
@@ -9,6 +9,7 @@ import * as projectinfo from '@push.rocks/projectinfo';
|
||||
import * as smartcli from '@push.rocks/smartcli';
|
||||
import * as smartdelay from '@push.rocks/smartdelay';
|
||||
import * as smartfile from '@push.rocks/smartfile';
|
||||
import * as smartfuzzy from '@push.rocks/smartfuzzy';
|
||||
import * as smartjson from '@push.rocks/smartjson';
|
||||
import * as smartlog from '@push.rocks/smartlog';
|
||||
import * as smartlogDestinationLocal from '@push.rocks/smartlog-destination-local';
|
||||
@@ -21,6 +22,7 @@ export {
|
||||
smartcli,
|
||||
smartdelay,
|
||||
smartfile,
|
||||
smartfuzzy,
|
||||
smartjson,
|
||||
smartlog,
|
||||
smartlogDestinationLocal,
|
||||
|
||||
Reference in New Issue
Block a user