Skip to content

Releases: zveinn/git-feed

git-feed v0.0.5

02 Mar 13:22
980fa66

Choose a tag to compare

Changelog

  • dd9eaf8 Rename project to GitAI and add fork details
  • 39de1c8 Revise README description for GitLab CLI tool
  • 1a89aef feat: added github/gitlab platform flag to switch between them
  • 961538b fix: fixed owner and repo name
  • 1197b06 fix: fixed repo name and link
  • 7e48ca0 fix: project name fixed in .goreleaser
  • 5925a5e fix: quick fix claude.md, readme.md, and some minor changes
  • b1897d5 fix: refining readme.md
  • 3c6e286 fix: renamed to git-feed, shared .env file
  • 937a189 fix: test cleaned up, readme.md and claude.md updated
  • c2c1e59 init

Installation

macOS

# Intel Mac
tar -xzf git-feed_0.0.5_Darwin_x86_64.tar.gz
chmod +x git-feed
sudo mv git-feed /usr/local/bin/

# Apple Silicon Mac
tar -xzf git-feed_0.0.5_Darwin_arm64.tar.gz
chmod +x git-feed
sudo mv git-feed /usr/local/bin/

Linux

# x86_64
tar -xzf git-feed_0.0.5_Linux_x86_64.tar.gz
chmod +x git-feed
sudo mv git-feed /usr/local/bin/

# ARM64
tar -xzf git-feed_0.0.5_Linux_arm64.tar.gz
chmod +x git-feed
sudo mv git-feed /usr/local/bin/

Windows

Download the appropriate .zip file, extract it, and add the git-feed.exe to your PATH.

github-feed v0.0.4

23 Oct 16:01

Choose a tag to compare

Changelog

Installation

macOS

# Intel Mac
tar -xzf github-feed_0.0.4_Darwin_x86_64.tar.gz
chmod +x github-feed
sudo mv github-feed /usr/local/bin/

# Apple Silicon Mac
tar -xzf github-feed_0.0.4_Darwin_arm64.tar.gz
chmod +x github-feed
sudo mv github-feed /usr/local/bin/

Linux

# x86_64
tar -xzf github-feed_0.0.4_Linux_x86_64.tar.gz
chmod +x github-feed
sudo mv github-feed /usr/local/bin/

# ARM64
tar -xzf github-feed_0.0.4_Linux_arm64.tar.gz
chmod +x github-feed
sudo mv github-feed /usr/local/bin/

Windows

Download the appropriate .zip file, extract it, and add the github-feed.exe to your PATH.

github-feed v0.0.3

17 Oct 11:27

Choose a tag to compare

Changelog

  • 67f111b Adding --ll as shortcut to --local + --links

Installation

macOS

# Intel Mac
tar -xzf github-feed_0.0.3_Darwin_x86_64.tar.gz
chmod +x github-feed
sudo mv github-feed /usr/local/bin/

# Apple Silicon Mac
tar -xzf github-feed_0.0.3_Darwin_arm64.tar.gz
chmod +x github-feed
sudo mv github-feed /usr/local/bin/

Linux

# x86_64
tar -xzf github-feed_0.0.3_Linux_x86_64.tar.gz
chmod +x github-feed
sudo mv github-feed /usr/local/bin/

# ARM64
tar -xzf github-feed_0.0.3_Linux_arm64.tar.gz
chmod +x github-feed
sudo mv github-feed /usr/local/bin/

Windows

Download the appropriate .zip file, extract it, and add the github-feed.exe to your PATH.

github-feed v0.0.2

17 Oct 09:29

Choose a tag to compare

Changelog

  • a234850 Updated readme and goreleaser

Installation

macOS

# Intel Mac
tar -xzf github-feed_0.0.2_Darwin_x86_64.tar.gz
chmod +x github-feed
sudo mv github-feed /usr/local/bin/

# Apple Silicon Mac
tar -xzf github-feed_0.0.2_Darwin_arm64.tar.gz
chmod +x github-feed
sudo mv github-feed /usr/local/bin/

Linux

# x86_64
tar -xzf github-feed_0.0.2_Linux_x86_64.tar.gz
chmod +x github-feed
sudo mv github-feed /usr/local/bin/

# ARM64
tar -xzf github-feed_0.0.2_Linux_arm64.tar.gz
chmod +x github-feed
sudo mv github-feed /usr/local/bin/

Windows

Download the appropriate .zip file, extract it, and add the github-feed.exe to your PATH.