xfeed 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (83) hide show
  1. package/README.md +26 -1
  2. package/dist/index.js +10386 -0
  3. package/package.json +6 -3
  4. package/src/api/actions.ts +0 -16
  5. package/src/api/client.test.ts +0 -3370
  6. package/src/api/client.ts +0 -4319
  7. package/src/api/query-ids.json +0 -11
  8. package/src/api/query-ids.test.ts +0 -118
  9. package/src/api/query-ids.ts +0 -59
  10. package/src/api/runtime-query-ids.test.ts +0 -926
  11. package/src/api/runtime-query-ids.ts +0 -389
  12. package/src/api/types.ts +0 -581
  13. package/src/app.tsx +0 -664
  14. package/src/auth/browser-detect.ts +0 -150
  15. package/src/auth/browser-picker.ts +0 -118
  16. package/src/auth/check.test.preload.ts +0 -94
  17. package/src/auth/check.test.ts +0 -388
  18. package/src/auth/check.ts +0 -220
  19. package/src/auth/cookies.test.ts +0 -529
  20. package/src/auth/cookies.ts +0 -299
  21. package/src/auth/manual-entry.ts +0 -88
  22. package/src/auth/session.ts +0 -30
  23. package/src/components/ErrorBanner.tsx +0 -172
  24. package/src/components/Footer.tsx +0 -90
  25. package/src/components/Header.tsx +0 -57
  26. package/src/components/NotificationItem.test.ts +0 -252
  27. package/src/components/NotificationItem.tsx +0 -80
  28. package/src/components/NotificationList.test.ts +0 -328
  29. package/src/components/NotificationList.tsx +0 -157
  30. package/src/components/PostCard.tsx +0 -186
  31. package/src/components/PostList.tsx +0 -232
  32. package/src/components/QuotedPostCard.tsx +0 -55
  33. package/src/components/ReplyPreviewCard.tsx +0 -80
  34. package/src/components/ThreadView.prototype.tsx +0 -533
  35. package/src/components/Toast.tsx +0 -28
  36. package/src/config/loader.ts +0 -69
  37. package/src/config/types.ts +0 -27
  38. package/src/contexts/ModalContext.tsx +0 -227
  39. package/src/experiments/TimelineScreenExperimental.tsx +0 -202
  40. package/src/experiments/index.tsx +0 -43
  41. package/src/experiments/query-client.ts +0 -132
  42. package/src/experiments/use-bookmark-mutation.ts +0 -342
  43. package/src/experiments/use-bookmarks-query.ts +0 -166
  44. package/src/experiments/use-notifications-query.ts +0 -368
  45. package/src/experiments/use-post-detail-query.ts +0 -187
  46. package/src/experiments/use-profile-query.ts +0 -162
  47. package/src/experiments/use-timeline-query.ts +0 -201
  48. package/src/hooks/.gitkeep +0 -0
  49. package/src/hooks/useActions.ts +0 -354
  50. package/src/hooks/useBookmarkFolders.ts +0 -70
  51. package/src/hooks/useBookmarks.ts +0 -111
  52. package/src/hooks/useCountdown.ts +0 -75
  53. package/src/hooks/useListNavigation.test.ts +0 -273
  54. package/src/hooks/useListNavigation.ts +0 -118
  55. package/src/hooks/useNavigation.test.ts +0 -340
  56. package/src/hooks/useNavigation.ts +0 -103
  57. package/src/hooks/useNotifications.test.ts +0 -377
  58. package/src/hooks/useNotifications.ts +0 -117
  59. package/src/hooks/usePaginatedData.ts +0 -217
  60. package/src/hooks/usePostDetail.ts +0 -137
  61. package/src/hooks/useThread.prototype.ts +0 -314
  62. package/src/hooks/useTimeline.ts +0 -136
  63. package/src/hooks/useUserProfile.ts +0 -142
  64. package/src/index.tsx +0 -304
  65. package/src/lib/colors.ts +0 -41
  66. package/src/lib/format.ts +0 -69
  67. package/src/lib/media.ts +0 -464
  68. package/src/lib/result.ts +0 -6
  69. package/src/lib/text.tsx +0 -76
  70. package/src/modals/BookmarkFolderSelector.tsx +0 -260
  71. package/src/modals/ExitConfirmationModal.tsx +0 -131
  72. package/src/modals/FolderPicker.tsx +0 -281
  73. package/src/modals/README.md +0 -171
  74. package/src/modals/SessionExpiredModal.tsx +0 -47
  75. package/src/modals/index.ts +0 -4
  76. package/src/screens/.gitkeep +0 -0
  77. package/src/screens/BookmarksScreen.tsx +0 -168
  78. package/src/screens/NotificationsScreen.tsx +0 -172
  79. package/src/screens/PostDetailScreen.tsx +0 -976
  80. package/src/screens/ProfileScreen.tsx +0 -528
  81. package/src/screens/SplashScreen.tsx +0 -72
  82. package/src/screens/ThreadScreen.tsx +0 -81
  83. package/src/screens/TimelineScreen.tsx +0 -188
package/README.md CHANGED
@@ -2,4 +2,29 @@
2
2
 
3
3
  [![CI](https://github.com/ainergiz/xfeed/actions/workflows/ci.yml/badge.svg)](https://github.com/ainergiz/xfeed/actions/workflows/ci.yml)
4
4
 
5
- Terminal based interface for X, everything app
5
+ Terminal-based X/Twitter viewer with vim-style navigation.
6
+
7
+ ## Install
8
+
9
+ Requires [Bun](https://bun.sh):
10
+
11
+ ```bash
12
+ bun install -g xfeed
13
+ ```
14
+
15
+ > **Note:** `npm install` won't work - xfeed requires the Bun runtime.
16
+
17
+ ## Requirements
18
+
19
+ - macOS or Linux
20
+ - [Bun](https://bun.sh) >= 1.0
21
+ - A terminal with true color support (iTerm2, Ghostty, Kitty, Warp)
22
+ - X/Twitter cookies in a supported browser (Safari, Chrome, Arc, Brave, Firefox)
23
+
24
+ ## Usage
25
+
26
+ ```bash
27
+ xfeed
28
+ ```
29
+
30
+ On first run, you'll be prompted to select a browser to read cookies from.