Skip to content
  • Damian Johnson's avatar
    Renaming to Nyx · cdc05aab
    Damian Johnson authored
    From the perspective of our codebase renaming is easy...
    
      % find . -type f -iname '*.py' -exec sed -i 's/seth/nyx/g' "{}" +;
    
    Seth was getting a poor response from our community, but Nyx has a meaning
    behind it that's positively delightful.
    cdc05aab