Skip to content
View narek-kerobian's full-sized avatar
🛸
🛸

Block or report narek-kerobian

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. odoo-scraper odoo-scraper Public

    A convenient tool for scraping odoo documentation and translating them via web ui

  2. Custom bash prompt Custom bash prompt
    1
    # get current branch in git repo
    2
    function parse_git_branch() {
    3
            BRANCH=`git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/\1/'`
    4
            if [ ! "${BRANCH}" == "" ]
    5
            then
  3. isso-docker-compose isso-docker-compose Public

    Docker-compose abstraction of the Isso comment server