Skip to content

Commit

Permalink
Remove no longer used files now that the app uses the user's Home dir…
Browse files Browse the repository at this point in the history
…ectory

These go to that directory each time regardless of how the app is run now.
  • Loading branch information
TomasHubelbauer committed Jun 11, 2024
1 parent b2d7c02 commit dd0e27a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
node_modules
bun.lockb
lyrics/*
!lyrics/.gitkeep
token.json
Lyrics-darwin-arm64
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ I am manually using Electron Packager:
https://github.com/electron/packager

```
bunx electron-packager . Lyrics --overwrite --ignore "(lyrics|node_modules|.gitignore|bun.lockb|README.md|token.json)"
bunx electron-packager . Lyrics --overwrite --ignore "(node_modules|.gitignore|bun.lockb|README.md)"
```

Run emulating startup initiated by the user:
Expand All @@ -48,9 +48,6 @@ they default to `/`.
I set it to the user's home directory, create a `Lyrics` directory there and the
`lyrics` directory and `token.json` files further go there.

We can remove the `.gitignore` entries and the `lyrics` directory's `.gitkeep`
here.

### Allow dragging the lyrics away or dismissing them for a song

This will require not making the window click-through, just transparent and cut
Expand Down Expand Up @@ -113,3 +110,4 @@ Build a repo which just shows the current time or a random number or something.
(Not everything is supported vendorless, but it is getting better.)
- Added a macOS Dock context menu with artist, song and token information
- Made the Spotify web player window wait to show to prevent refresh flashes
- Removed no longer used stuff now that the app uses the user's Home directory
Empty file removed lyrics/.gitkeep
Empty file.

0 comments on commit dd0e27a

Please sign in to comment.