ogham / exa

A modern replacement for ‘ls’.
https://the.exa.website/
MIT License
23.42k stars 658 forks source link

Pijul status of files #415

Open notramo opened 5 years ago

notramo commented 5 years ago

exa should be able to show the status of files in Pijul repositories, similarly how it does with Git.

ogham commented 5 years ago

Do you know if Pijul is available as a library? Git support is done via libgit2 rather than shelling out to git, so it would have to have a Cargo library that exa can link to. I had a quick look but couldn't find anything on docs.rs.

notramo commented 5 years ago

I don't know Rust, but Pijul is written in Rust. There is a libpijul directory in the project, but I don't know if it could be used externally. If it isn't available as a crate, then you can discuss it in the Nest.

ogham commented 5 years ago

Ah, the existence of libpijul is a good sign!