tangled
alpha
login
or
join now
ptr.pet
/
dysnomia
forked from
ptr.pet/faunu
0
fork
atom
endpoint 2.0
dysnomia.ptr.pet
0
fork
atom
overview
issues
pulls
pipelines
commits
Author
Commit
Message
Date
ptr.pet
1f371223
add crt-ish css and change font
main
3mo ago
ptr.pet
fc984fe0
add dysnomia stuff
3mo ago
ptr.pet
fdf291b9
cd takes filepath
3mo ago
ptr.pet
39dd2153
todos
3mo ago
ptr.pet
2680e524
use table for ls and job list
3mo ago
ptr.pet
6f317b2d
fix subcommands not showing up if command also has argument
3mo ago
ptr.pet
373a827a
fix completions being not unique and duplicated
3mo ago
ptr.pet
fb6d141e
fix subcmd suggestions for commands with arguments
3mo ago
ptr.pet
d102ad56
fix ls not listing directory contents
3mo ago
ptr.pet
fd6567f4
correct rm argument types
3mo ago
ptr.pet
1c5f862e
fix glob recursing on just a single depth
3mo ago
ptr.pet
80408401
format
3mo ago
ptr.pet
5600d1b6
fix suggestions to check oneof signature for arguments and flags
3mo ago
ptr.pet
9f22274a
use glob matching in other commands
3mo ago
ptr.pet
4f3ad21f
add glob command and use in eval file
3mo ago
ptr.pet
02326f7e
register console callback before we init_engine so we can see cmd messages from there
3mo ago
ptr.pet
5d442771
properly 'cd' into sourced file's pwd
3mo ago
ptr.pet
bab1df6f
better sourcing (now called eval)
3mo ago
ptr.pet
76dc74a3
add print cmd
3mo ago
ptr.pet
f07685c9
fix source command not sourcing (lol)
3mo ago
ptr.pet
2a6c2efa
use wasm-bindgen 0.2.104 from nixpkgs
3mo ago
ptr.pet
5356d2f6
include embedded dir in nix build
3mo ago
ptr.pet
32d8c5fb
remove unused imports
3mo ago
ptr.pet
35418bb5
update nix hashes
3mo ago
ptr.pet
68c02fd4
add embedded fs for embedding files, move dysnomia stuff out of source
3mo ago
ptr.pet
6b30d5fb
add build timestamp and rustc version to version cmd
3mo ago
ptr.pet
429dc853
support multiple contexts, dont sort all suggestions to keep sorting of contexts
3mo ago
ptr.pet
a1dbebe2
fix mkdir arg to use filepath as type, dont log completion if not on dev profile
3mo ago
ptr.pet
b7bacebe
add a move command
3mo ago
ptr.pet
5ea7fa86
handle subcommands properly and allow combining short flags
3mo ago
ptr.pet
360edbf6
refactor completion.rs into separate files, dont suggest files if argument type isnt filepath or any
3mo ago
ptr.pet
6771fa21
fix short flag completion, dont show completion if command has no arguments
3mo ago
ptr.pet
597269f7
update nix hashes
3mo ago
ptr.pet
68d5c7d2
implement variable and cell path completion
3mo ago
ptr.pet
7ee40d91
put cursor after where the completion happened instead of at the end of the prompt when completin
3mo ago
ptr.pet
c6e4e970
add 'proper' argument, flag completion
3mo ago
ptr.pet
15375ed6
fixup and refactor completion, should work properly for blocks and closures now
3mo ago
ptr.pet
6c915e4a
use async locks for later i guess?
3mo ago
ptr.pet
bba4e7b5
show paths in ls and add absolute path flag
3mo ago
ptr.pet
8fce20a8
implement interrupts
3mo ago
ptr.pet
3984b06c
fix errors being eaten by table
3mo ago
ptr.pet
2ede1a12
remove unused gitignore entries
3mo ago
ptr.pet
bcad46f0
init
3mo ago
add crt-ish css and change font
main
1f371223
ptr.pet
3mo
add dysnomia stuff
fc984fe0
ptr.pet
3mo
cd takes filepath
fdf291b9
ptr.pet
3mo
todos
39dd2153
ptr.pet
3mo
use table for ls and job list
2680e524
ptr.pet
3mo
fix subcommands not showing up if command also has argument
6f317b2d
ptr.pet
3mo
fix completions being not unique and duplicated
373a827a
ptr.pet
3mo
fix subcmd suggestions for commands with arguments
fb6d141e
ptr.pet
3mo
fix ls not listing directory contents
d102ad56
ptr.pet
3mo
correct rm argument types
fd6567f4
ptr.pet
3mo
fix glob recursing on just a single depth
1c5f862e
ptr.pet
3mo
format
80408401
ptr.pet
3mo
fix suggestions to check oneof signature for arguments and flags
5600d1b6
ptr.pet
3mo
use glob matching in other commands
9f22274a
ptr.pet
3mo
add glob command and use in eval file
4f3ad21f
ptr.pet
3mo
register console callback before we init_engine so we can see cmd messages from there
02326f7e
ptr.pet
3mo
properly 'cd' into sourced file's pwd
5d442771
ptr.pet
3mo
better sourcing (now called eval)
bab1df6f
ptr.pet
3mo
add print cmd
76dc74a3
ptr.pet
3mo
fix source command not sourcing (lol)
f07685c9
ptr.pet
3mo
use wasm-bindgen 0.2.104 from nixpkgs
2a6c2efa
ptr.pet
3mo
include embedded dir in nix build
5356d2f6
ptr.pet
3mo
remove unused imports
32d8c5fb
ptr.pet
3mo
update nix hashes
35418bb5
ptr.pet
3mo
add embedded fs for embedding files, move dysnomia stuff out of source
68c02fd4
ptr.pet
3mo
add build timestamp and rustc version to version cmd
6b30d5fb
ptr.pet
3mo
support multiple contexts, dont sort all suggestions to keep sorting of contexts
429dc853
ptr.pet
3mo
fix mkdir arg to use filepath as type, dont log completion if not on dev profile
a1dbebe2
ptr.pet
3mo
add a move command
b7bacebe
ptr.pet
3mo
handle subcommands properly and allow combining short flags
5ea7fa86
ptr.pet
3mo
refactor completion.rs into separate files, dont suggest files if argument type isnt filepath or any
360edbf6
ptr.pet
3mo
fix short flag completion, dont show completion if command has no arguments
6771fa21
ptr.pet
3mo
update nix hashes
597269f7
ptr.pet
3mo
implement variable and cell path completion
68d5c7d2
ptr.pet
3mo
put cursor after where the completion happened instead of at the end of the prompt when completin
7ee40d91
ptr.pet
3mo
add 'proper' argument, flag completion
c6e4e970
ptr.pet
3mo
fixup and refactor completion, should work properly for blocks and closures now
15375ed6
ptr.pet
3mo
use async locks for later i guess?
6c915e4a
ptr.pet
3mo
show paths in ls and add absolute path flag
bba4e7b5
ptr.pet
3mo
implement interrupts
8fce20a8
ptr.pet
3mo
fix errors being eaten by table
3984b06c
ptr.pet
3mo
remove unused gitignore entries
2ede1a12
ptr.pet
3mo
init
bcad46f0
ptr.pet
3mo