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