GithubHelp home page GithubHelp logo

yolog's People

Contributors

earthrid avatar ketanhwr avatar mangalutsav 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

yolog's Issues

Finishing touches to date columns

last touch if you want it to look reallllly neat (i would ^^)

Currently the months in the date are not aligned due to sometimes the day being a 1 digit instead of 2. Maybe let this be aligned as well :) even in the case of a 1 digit date daynumber

image

Tmux Display small Error

Hey,
love the idea and implementation so far.
I use iTerm with zsh and tmux inside.
Yolog inside of tmux displays incorrectly for me.
See attatched screenshots.
Withough Tmux :
screen shot 2016-07-27 at 14 28 36
Inside Tmux:
screen shot 2016-07-27 at 14 28 01

ConfigParser.NoSectionError: No section: 'color'

$ yolog
Traceback (most recent call last):
  File "/usr/local/bin/yolog", line 11, in <module>
    sys.exit(main())
  File "/usr/local/lib/python2.7/site-packages/yolog/main.py", line 26, in main
    yolog_gen = YologGenerator(config_filepath)
  File "/usr/local/lib/python2.7/site-packages/yolog/yolog_generator.py", line 79, in __init__
    getattr(self, self.config.get("color", "hash")), RESET)
  File "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ConfigParser.py", line 607, in get
    raise NoSectionError(section)
ConfigParser.NoSectionError: No section: 'color'

This is a clean pip installation. What am I doing wrong?

Build needs dependency

Hello,

I've tried to install the bleeding edge version, but I recieved an error:

$ python setup.py build
Traceback (most recent call last):
  File "setup.py", line 6, in <module>
    from ConfigParser import SafeConfigParser
ImportError: No module named 'ConfigParser'

What I have to do?

Greeting Daniel

Colorizing the branchlines?

Maybe add this last touch? (I like colors)

git log --all --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%C(bold blue) <%an>%Creset' --abbrev-commit

gives this:
image

yolog gives:
image

Since Update to Capitan Error

Traceback (most recent call last):
  File "/usr/local/bin/yolog", line 11, in <module>
    sys.exit(main())
  File "/Library/Python/2.7/site-packages/yolog/main.py", line 26, in main
    yolog_gen = YologGenerator(config_filepath)
  File "/Library/Python/2.7/site-packages/yolog/yolog_generator.py", line 79, in __init__
    getattr(self, self.config.get("color", "hash")), RESET)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ConfigParser.py", line 607, in
 get
    raise NoSectionError(section)
ConfigParser.NoSectionError: No section: 'color'

Is what i get when i try to run yolog.
I reinstalled pip and did a clean yolog after removing yolog with rm -rf.

yolog content different from git log

Hey,
i checked out a branch in git that i not have locally from my remote
git checkout origin/feature/map_distances.
In this state git log shows the last commits correclty yolog for some reason does not.
Not sure why.
Hope this helps.

error?

getting following error when trying out, installed by pip.. using wrong version of python?

Traceback (most recent call last):
  File "/usr/local/bin/yolog", line 7, in <module>
    from yolog.main import main
  File "/usr/local/lib/python3.5/site-packages/yolog/main.py", line 46
    print help_description
                         ^
SyntaxError: Missing parentheses in call to 'print'

Improvement over git log?

You do know about…

git log --all --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%C(bold blue) <%an>%Creset' --abbrev-commit

Which can be aliased to make it reasonbly usable. So the README should probably tell us what's better.

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.