tangled
alpha
login
or
join now
ptr.pet
/
faunu
star
2
fork
atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
nushell on your web browser
nushell
wasm
terminal
star
2
fork
atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
overview
issues
pulls
pipelines
commits
Author
Commit
Message
Date
ptr.pet
5600d1b6
fix suggestions to check oneof signature for arguments and flags
4mo ago
ptr.pet
9f22274a
use glob matching in other commands
4mo ago
ptr.pet
4f3ad21f
add glob command and use in eval file
4mo ago
ptr.pet
02326f7e
register console callback before we init_engine so we can see cmd messages from there
4mo ago
ptr.pet
5d442771
properly 'cd' into sourced file's pwd
4mo ago
ptr.pet
bab1df6f
better sourcing (now called eval)
4mo ago
ptr.pet
76dc74a3
add print cmd
4mo ago
ptr.pet
f07685c9
fix source command not sourcing (lol)
4mo ago
ptr.pet
2a6c2efa
use wasm-bindgen 0.2.104 from nixpkgs
4mo ago
ptr.pet
5356d2f6
include embedded dir in nix build
4mo ago
ptr.pet
32d8c5fb
remove unused imports
4mo ago
ptr.pet
35418bb5
update nix hashes
4mo ago
ptr.pet
68c02fd4
add embedded fs for embedding files, move dysnomia stuff out of source
4mo ago
ptr.pet
6b30d5fb
add build timestamp and rustc version to version cmd
4mo ago
ptr.pet
429dc853
support multiple contexts, dont sort all suggestions to keep sorting of contexts
4mo ago
ptr.pet
a1dbebe2
fix mkdir arg to use filepath as type, dont log completion if not on dev profile
4mo ago
ptr.pet
b7bacebe
add a move command
4mo ago
ptr.pet
5ea7fa86
handle subcommands properly and allow combining short flags
4mo ago
ptr.pet
360edbf6
refactor completion.rs into separate files, dont suggest files if argument type isnt filepath or any
4mo ago
ptr.pet
6771fa21
fix short flag completion, dont show completion if command has no arguments
4mo ago
ptr.pet
597269f7
update nix hashes
4mo ago
ptr.pet
68d5c7d2
implement variable and cell path completion
4mo ago
ptr.pet
7ee40d91
put cursor after where the completion happened instead of at the end of the prompt when completin
4mo ago
ptr.pet
c6e4e970
add 'proper' argument, flag completion
4mo ago
ptr.pet
15375ed6
fixup and refactor completion, should work properly for blocks and closures now
4mo ago
ptr.pet
6c915e4a
use async locks for later i guess?
4mo ago
ptr.pet
bba4e7b5
show paths in ls and add absolute path flag
4mo ago
ptr.pet
8fce20a8
implement interrupts
4mo ago
ptr.pet
3984b06c
fix errors being eaten by table
4mo ago
ptr.pet
2ede1a12
remove unused gitignore entries
4mo ago
ptr.pet
bcad46f0
init
4mo ago
fix suggestions to check oneof signature for arguments and flags
5600d1b6
ptr.pet
4mo
use glob matching in other commands
9f22274a
ptr.pet
4mo
add glob command and use in eval file
4f3ad21f
ptr.pet
4mo
register console callback before we init_engine so we can see cmd messages from there
02326f7e
ptr.pet
4mo
properly 'cd' into sourced file's pwd
5d442771
ptr.pet
4mo
better sourcing (now called eval)
bab1df6f
ptr.pet
4mo
add print cmd
76dc74a3
ptr.pet
4mo
fix source command not sourcing (lol)
f07685c9
ptr.pet
4mo
use wasm-bindgen 0.2.104 from nixpkgs
2a6c2efa
ptr.pet
4mo
include embedded dir in nix build
5356d2f6
ptr.pet
4mo
remove unused imports
32d8c5fb
ptr.pet
4mo
update nix hashes
35418bb5
ptr.pet
4mo
add embedded fs for embedding files, move dysnomia stuff out of source
68c02fd4
ptr.pet
4mo
add build timestamp and rustc version to version cmd
6b30d5fb
ptr.pet
4mo
support multiple contexts, dont sort all suggestions to keep sorting of contexts
429dc853
ptr.pet
4mo
fix mkdir arg to use filepath as type, dont log completion if not on dev profile
a1dbebe2
ptr.pet
4mo
add a move command
b7bacebe
ptr.pet
4mo
handle subcommands properly and allow combining short flags
5ea7fa86
ptr.pet
4mo
refactor completion.rs into separate files, dont suggest files if argument type isnt filepath or any
360edbf6
ptr.pet
4mo
fix short flag completion, dont show completion if command has no arguments
6771fa21
ptr.pet
4mo
update nix hashes
597269f7
ptr.pet
4mo
implement variable and cell path completion
68d5c7d2
ptr.pet
4mo
put cursor after where the completion happened instead of at the end of the prompt when completin
7ee40d91
ptr.pet
4mo
add 'proper' argument, flag completion
c6e4e970
ptr.pet
4mo
fixup and refactor completion, should work properly for blocks and closures now
15375ed6
ptr.pet
4mo
use async locks for later i guess?
6c915e4a
ptr.pet
4mo
show paths in ls and add absolute path flag
bba4e7b5
ptr.pet
4mo
implement interrupts
8fce20a8
ptr.pet
4mo
fix errors being eaten by table
3984b06c
ptr.pet
4mo
remove unused gitignore entries
2ede1a12
ptr.pet
4mo
init
bcad46f0
ptr.pet
4mo