Giter Club home page Giter Club logo

geany-unix-timestamp-converter's Introduction

Unix Timestamp Converter for Geany

Unix Timestamp Converter is a plugin for Geany used to convert unix epoch timestamps to human readable strings and to also their GPS timestamp equivalents. The supported timestamp formats include integers in seconds, milliseconds or microseconds like "1433141615", "1433141615123", "1433141615123456" as well as floating point like "1433141615.123" (milliseconds) or "1433141615.123456" (microseconds). Microseconds or lesser values will not be shown in the final conversion result!

This repository represents an independent project whose results could be manually integrated with Geany.

  • Supported platforms: Linux
  • License: MIT

Features:

  • Conversion to time string in GMT, user's local time zone, and in GPS timestamp format.
  • Shows results in 'Messages' tab or both in 'Messages' tab and in a popup window.
  • Use only the current selected text as a timestamp source or use the current selected text with first priority or the clipboard with second priority.
  • Turn on/off error messages.
  • Turn on/off the support for timestamps in milli/microseconds.

Dependencies:

  • geany
  • geany-devel or geany-common (depending on the distro)
  • gtk+3.0-dev(el) or gtk+2.0-dev(el) (depending on the distro)
  • make
  • pkg-config

Compilation

To compile run: make

To install (root privileges needed) run: sudo make install

To uninstall (root privileges needed) run: sudo make uninstall

Local to the current account installation

This is an alternative to globally install the plugin for all users. No root privileges needed.

To install for the current account run: make localinstall

To uninstall for the current account run: make localuninstall

Other notes

Attention MacOS users - this plugin will work with the manually installed and compiled Geany editor from source code. It will not work with the version installed from dmg files.

Other Useful Plugins

geany-unix-timestamp-converter's People

Contributors

zhgzhg avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

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.