Skip to content

Instantly share code, notes, and snippets.

View marcusandre's full-sized avatar

marcusandre

  • Germany
View GitHub Profile
@marcusandre
marcusandre / _tide_item_jj.fish
Last active January 4, 2025 13:39 — forked from hroi/fish_jj_prompt.fish
Jujutsu (jj) prompt for fish-shell and custom tide item prompt integration
function _tide_item_jj
if not command -sq jj
return 1
end
if not jj root --quiet &>/dev/null
return 1
end
jj log --ignore-working-copy --no-graph --color always -r @ -T '

Project

Description: What does this project do and who does it serve?

Project Setup

How do I, as a developer, start working on the project?

  1. What dependencies does it have (where are they expressed) and how do I install them?
  2. How can I see the project working before I change anything?