Martín Gaitán
Martín Gaitán
A file could be automatically executed onlune passing a cli option `shbin --exec ...` if this is given, we trigger a worflow running a proper environment (node, python, etc, selected...
currently we can pass a url to dowload something but if only works if a url matches the given `SHBIN_REPO` . we could relax this limit allowing a download also...
https://github.com/Shiphero/shbin/blob/f32043989abb7efc80a08fd7062feeb25d48c8ca/shbin.py#L107-L109 we need to fix it
Currently we are iterating over the list of files to upload and the relying on `create_file` (or `update_file`) to commit the changes. It produce a commit per file and it...
add an option `--wrap-as` (`-w`) that wraps the content as a "code block" in a markdown file . For instance `-w python` will produce a file with ".md" extension and...
``` shbin -x -a -f my_snippets.py ``` instead to update the whole file, it will append the content to the end.
Remove `setup.py` and keep only `pyproject.toml` in a PEP-621 compliance format, using flit to build . The description adn version are declared explicitly in `__init__.py` module and loaded dynamically for...
`shbin some_dir` should be equivalent to `shbin some_dir/* -d some_dir`
After starting the app and clicking "Load more" button, the app crashed with this traceback. ```` ╭──────────────────────────────────────────────────────────────────────────── Traceback (most recent call last) ─────────────────────────────────────────────────────────────────────────────╮ │ /home/tin/.local/share/uv/tools/omnivorex/lib/python3.12/site-packages/omnivorex/omnivorex.py:99 in on_button_pressed │ │ │...
After Installed on python3.12 via `uv` and setting the token manually (see #3 ) I got this error. ``` tin@morocha:~/lab$ uv tool install omnivorex warning: `uv tool install` is experimental...