View the planets (#12)
* add planets viewer builtin * Remove print statement * Don't use fzf & echo * Add all planets as files and refactor accordingly * Remove planets.lua * add the moon * example ofe how to do this without ls everywhere * fix rebase and update to new style Co-authored-by: TJ DeVries <devries.timothyj@gmail.com>
This commit is contained in:
@@ -120,6 +120,8 @@ function JobFinder:_find(prompt, process_result, process_complete)
|
||||
|
||||
maximum_results = self.maximum_results,
|
||||
|
||||
writer = opts.writer and Job:new(opts.writer) or nil,
|
||||
|
||||
on_stdout = on_output,
|
||||
on_stderr = on_output,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user