shell-functools icon indicating copy to clipboard operation
shell-functools copied to clipboard

Categorize (and document) functions

Open sharkdp opened this issue 7 years ago • 0 comments

We could add new decorators:

@category("filesystem")
@help("Returns the absolute path")
@register("abspath")
@typed(T_PATH, T_PATH)
def abspath(inp):
  ...

sharkdp avatar Nov 28 '17 20:11 sharkdp