The Nest
Explore
Sign in
benaryorg
pijul
pijul
src
commands
0
Code
Changes
Tags
Discussions
main
benaryorg
pijul channel rename arguments named after their purpose This makes it so that calling `pijul channel rename something` will be reflected as providing the "to" argument, not the "from" argument. The help output also shows the "from" argument being optional, rather than "to" being optional which did not match the way the rename worked.
on May 30, 2025
apply.rs
🩹 Reorder imports, solve merge conflicts, post merge cleanup
on June 24, 2025
archive.rs
Refactor archive command's handling of repo and channel
on March 29, 2024
change.rs
Refactor change command's handling of repo and channel
on March 29, 2024
channel.rs
pijul channel rename arguments named after their purpose This makes it so that calling `pijul channel rename something` will be reflected as providing the "to" argument, not the "from" argument. The help output also shows the "from" argument being optional, rather than "to" being optional which did not match the way the rename worked.
on May 30, 2025
client.html
Improving the `pijul client` command: printing the URL + styling the page
on June 28, 2023
client.rs
Add value hints to arguments
on January 4, 2024
clone.rs
Refactor Repository constructors to take Option<&Path> instead of Option<PathBuf>
on March 29, 2024
common_opts.rs
Add reusable options for repository path and channel
on March 29, 2024
completions.rs
Upgrade `clap` 3.2 -> 4.3
on August 17, 2023
credit.rs
Refactor credit command's handling of repo and channel
on March 29, 2024
debug.rs
Refactor debug command's handling of repo and channel
on March 29, 2024
dependents.rs
Refactor dependents command's handling of repo and channel
on March 29, 2024
diff.rs
✨ Add `--only-untracked (-U)` to status subcommand
on June 25, 2025
file_operations.rs
🩹 Reorder imports, solve merge conflicts, post merge cleanup
on June 24, 2025
fork.rs
Refactor fork command's handling of repo and channel
on March 29, 2024
git.rs
Refactor git command's handling of repo and channel
on March 29, 2024
identity.rs
Upgrade `validator` to latest version
on May 16, 2025
init.rs
Refactor Repository constructors to take Option<&Path> instead of Option<PathBuf>
on March 29, 2024
log.rs
🩹 Reorder imports, solve merge conflicts, post merge cleanup
on June 24, 2025
mod.rs
Add common functions to load channel for CLI operations
on March 29, 2024
protocol.rs
Refactor protocol command's handling of repo and channel
on March 29, 2024
pushpull.rs
🩹 Reorder imports, solve merge conflicts, post merge cleanup
on June 24, 2025
record.rs
🚸 Rename commit message extension from .toml to .pijul-commit
on June 24, 2025
reset.rs
🩹 Reorder imports, solve merge conflicts, post merge cleanup
on June 24, 2025
status.rs
✨ Add `--only-untracked (-U)` to status subcommand
on June 25, 2025
tag.rs
🩹 Reorder imports, solve merge conflicts, post merge cleanup
on June 24, 2025
unrecord.rs
Refactor unrecord command's handling of repo and channel
on March 29, 2024
upgrade.rs
Fixing conflicts
on January 4, 2021