Tags

Tags give the ability to mark specific points in history as being important
  • v0.0.3

    b540f542 · v0.0.3 ·
    Release: ppc v0.0.3
    v0.0.3 - 2025-12-05
    
    Added:
    
    - Tell user when clipboard is empty (wayland only)
    - Tell user when index is beyond the end of the clipboard's size
    
    Changed:
    
    - Made code a little more 'amber'-ish. Break it up into more functions
    and
      get all the parsing together in one place.
    - Simplified index entry again - just press enter to quit instead of q.
    
  • v0.0.2

    71105f7f · v0.0.2 ·
    Release: ppc v0.0.2
    v0.0.2 - 2025-12-05
    
    Changed:
    
    - Moved to [GitLab](https://gitlab.com/IanTwenty/ppc) from
    [GitHub](https://github.com/Ian2020/ppc)
    - New user interaction: we sit and wait for indices to be entered then
    print
      those from whatever is on the clipboard. Much easier to leave it
    running
      and use it for multiple sites now with less key presses required.
    - Rewritten in [Amber](https://amber-lang.com/) just for fun.
    - Changed galagos locally to enable this:
      - We now generate `ppc` from `ppc.ab` so it needs it header generated
    after
        that so linting will pass.
      - Change `git_attributes_apply` so we can run it against single file.
      - Reuse linting depend on build so build can generated any sources
    before
        linting checks them.
      - To allow galagos to run against a modified repo we ignore deleted
    files.