Add fish functions
This commit is contained in:
parent
b2a8f9857a
commit
46e6a2d46a
9 changed files with 65 additions and 0 deletions
3
fish/functions/render_html.fish
Normal file
3
fish/functions/render_html.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
function render_html --description 'gets content of provided file and renders as if it were html';
|
||||
cat $argv[1] | lynx --stdin;
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue