Giter Site home page Giter Site logo

bearings's Introduction

gifOS

Follow on Twitter

Popular Repositories

tfsec๐ŸŒŽ Security scanner for your Terraform code. Acquired by Aqua Security in 2021.6640 โญ
traitorโฌ†๏ธ โ˜ ๏ธ ๐Ÿ”ฅ Automatic Linux privesc via exploitation of low-hanging fruit e.g. gtfobins, pwnkit, dirty pipe, +w docker.sock6586 โญ
darktile๐ŸŒ˜ Darktile is a GPU rendered terminal emulator designed for tiling window managers. 3033 โญ
gitjacker๐Ÿ”ช :octocat: Leak git repositories from misconfigured websites1536 โญ
tml๐ŸŒˆ๐Ÿ’ป๐ŸŽจ A tiny markup language for terminal output. Makes formatting output in CLI apps easier!731 โญ
shox๐Ÿซ A customisable, universally compatible terminal status bar702 โญ
dismember๐Ÿ”ช Scan memory for secrets and more. Maybe eventually a full /proc toolkit.601 โญ
furious๐Ÿ˜  Go IP/port scanner with SYN (stealth) scanning and device manufacturer identification576 โญ
scout๐Ÿ”ญ Lightweight URL fuzzer and spider: Discover a web server's undisclosed files, directories and VHOSTs534 โญ
memit๐Ÿšซ๐Ÿ’พ Run binaries straight from memory in Linux306 โญ
grace๐Ÿช› It's strace, with colours.257 โญ
bearings๐Ÿงญ A fast, clean, customisable shell prompt for zsh, bash, fish, and more...195 โญ
siphonโš—๏ธ Intercept stdin/stdout/stderr for any process190 โญ
pax๐Ÿ’€ ๐Ÿ”“ CLI tool for PKCS7 padding oracle attacks133 โญ
cometโ˜„๏ธ Command line tool to help you use conventional commit messages (https://www.conventionalcommits.org)114 โญ
memoryfs๐Ÿง  ๐Ÿ—„๏ธ In-memory filesystem implementation of io/fs.FS87 โญ
extrude๐Ÿ•ต๏ธ Analyse binaries for missing security features, information disclosure and more...84 โญ
gifwrap๐Ÿ™ GIFs in your terminal54 โญ

Latest Posts

Automatically generated by liamg/github-profile-terminal-action at Tue, 20 Aug 2024 09:04:26 UTC

bearings's People

Contributors

dmolin avatar liamg avatar tanzng avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

bearings's Issues

preexec:1: bad math expression: operator expected at `N/1000000' (mac m1)

After installing this, every command submitted throws this error:
preexec:1: bad math expression: operator expected at 'N/1000000' (mac m1)

The reason is date command on mac doesn't support the %N flag, so there are mainly 2 solutions:

  • Run brew install coreutils to install the default date command and change in .zshrc the date command for gdate
  • Remove the %N flag and modify the code accordingly.

Hope that helps!

git module's clean_bg/dirty_bg don't seem to work properly

Not sure if it's me but I cannot make clean_bg and dirty_bg to work properly in the git module. It seems the color is only applied to the path separator at the end of the current folder (see image, where I set the dirty_bg color to green for the git and the current project has an untracked file)

As an example, this code:

 type: git
  clean_bg: "#279a43"
  dirty_bg: "#772222"
  clean_fg: "#7ceb07"
  dirty_fg: "#efe310"

Gives me this when there are no changes:

2022-03-25_06-56

(The blue you see is the background of my terminal window)
clean_fg and dirty_fg instead works perfectly and as intended.

I believe the proble is in modules/git.go at lines 60 and 63, where the function called should be e.mc.Bg() instead of e.mc.Fg(). I've issued a PR

OS: Manjaro Linux
Shell: bash

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.