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:
smolck
2020-09-06 22:07:51 -05:00
committed by GitHub
parent 675e240383
commit 2592586533
13 changed files with 414 additions and 0 deletions

View File

@@ -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,